Hair Rendering System Using Texture Maps for Mobile Efficiency

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Complex hair modification techniques on mobile devices consume excessive processing and battery resources, leading to performance degradation and resource wastage, as they require significant computational power and storage.

Innovation Solution

A hair rendering system that processes hair spline data to generate additional hair strands by storing neighboring strand positions as indices, using a float texture file with red, green, blue, and alpha channels to simulate realistic hair models efficiently, allowing for real-time enhancement and modification without degrading device resources.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If complex hair modification techniques are implemented on mobile devices, then realistic hair simulation effect is improved, but processing resources and battery consumption increase excessively

Engineering Contradiction:
Improverealistic hair simulation effectVSAvoidbattery consumption
Core Design Contradiction:
Manufacturing precisionVSUse of energy by moving object

Solution Approach 1:

The patent segments hair strands into multiple sections along their length, with each section represented by a small number of control points (e.g., 3-5 points per section). This segmentation allows the complex hair model to be broken down into manageable pieces that can be processed efficiently on mobile devices, reducing overall computational load while maintaining visual realism through hierarchical rendering.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transitions from representing entire hair strands in full 3D space to representing them through 2D images stored in a texture map. Each hair strand's visual appearance is encoded as a 2D texture, and the 3D hair model is constructed by mapping and transforming these 2D textures according to control points and transformation parameters. This dimensionality reduction significantly decreases processing requirements while preserving visual fidelity.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Manufacturing precision

If complex hair modification techniques are implemented on mobile devices, then realistic hair simulation effect is improved, but device performance degrades

Engineering Contradiction:
Improverealistic hair simulation effectVSAvoiddevice performance
Core Design Contradiction:
Manufacturing precisionVSProductivity

Solution Approach 1:

The patent divides the hair rendering process into multiple passes (e.g., geometry generation pass, transformation pass, rendering pass), where each pass handles a specific aspect of hair representation. This segmentation allows the device to process different aspects of hair simulation independently and efficiently, preventing performance degradation from monolithic complex processing.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

By encoding hair strand information in 2D texture maps rather than full 3D geometry, the patent reduces the computational dimensionality of the rendering task. The GPU can efficiently process these 2D textures through standard texture mapping operations, avoiding the high computational cost of rendering complete 3D hair models in real-time.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Manufacturing precision

If complex hair modification techniques are implemented on mobile devices, then realistic hair simulation effect is improved, but storage requirements increase

Engineering Contradiction:
Improverealistic hair simulation effectVSAvoidstorage requirements
Core Design Contradiction:
Manufacturing precisionVSQuantity of substance

Solution Approach 1:

The patent segments each hair strand into multiple sections, where each section is defined by a small set of control points (e.g., 3-5 points) rather than storing the entire strand geometry. This segmentation dramatically reduces the data required to represent each strand, as only the control point positions and associated transformation parameters need to be stored, not the complete geometric description.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent uses 2D texture images as copies or representations of hair strand appearances. Instead of storing full 3D geometric data for each hair strand, the system stores compressed 2D texture maps that capture the visual appearance of hair sections. These textures serve as efficient copies that can be reused and transformed to generate realistic hair rendering without requiring proportional storage for each individual strand.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS12190422B2Hair styles system for rendering hair strands based on hair spline data
Publication Date: 2025.01.07 SNAP INC
  • US12190422B2 patent drawing
  • US12190422B2 patent drawing
  • US12190422B2 patent drawing

AI summary

Systems and methods are provided for rendering hair. The systems and methods include receiving hair spline data comprising coordinates of a plurality of hair strands; selecting a first hair strand of the plurality of hair strands; retrieving coordinates of the first hair strand; identifying based on the respective coordinates of the plurality of hair strands a second hair strand that is adjacent to the first hair strand; storing a reference to the second hair strand in association with the coordinates of the first hair strand; and generating one or more additional hair strands between the first hair strand and the second hair strand based on the coordinates of the first hair strand and the reference to the second hair strand.