Stateful Brush Tip Simulation Using Height Map Data Structures

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing digital painting applications do not effectively simulate the behavior of real-world artist tools, such as graphite pencils or oil pastels, which include interaction with canvas texture, tip dirtying, and tip erosion, limiting the realism and creativity in digital drawing and painting.

Innovation Solution

A graphics application that models a brush tool with an erodible tip using a height map data structure, allowing the tip to change shape during strokes and simulate the deposition and depletion of paint, while supporting bidirectional paint transfer and realistic brush behavior, including tip erosion and restoration.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a digital painting application uses traditional brush tools, then the application is simple to operate, but it fails to simulate realistic artist tool behavior such as tip erosion and paint depletion

Engineering Contradiction:
Improverealism of tool simulationVSAvoidoperational simplicity
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The patent creates a virtual copy of a real artist's tool tip using a height map data structure that replicates the physical characteristics of actual brush or pencil tips. This virtual tip model is then subjected to simulated erosion and paint depletion processes, allowing digital painting applications to realistically replicate the behavior of physical tools without requiring physical materials.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The system dynamically changes parameters of the brush tip model during painting operations. As the user applies strokes, the height map data structure is modified to reflect tip erosion, and paint concentration parameters are adjusted to simulate depletion. These parameter changes occur automatically during operation, maintaining realism without requiring manual intervention.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If a digital painting application simulates tip erosion and paint depletion, then the simulation becomes more realistic, but the computational complexity and processing requirements increase

Engineering Contradiction:
Improveauthenticity of artist tool behaviorVSAvoidsimulation system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent extracts only the essential characteristics of physical artist tools needed for realistic simulation - specifically the tip shape (represented by height map) and paint concentration. By isolating and modeling only these critical elements rather than attempting to simulate all physical properties, the system achieves realistic tool behavior with manageable computational complexity.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The height map data structure is pre-configured with the initial tip geometry and material properties before painting begins. This preliminary setup allows the simulation to proceed efficiently during actual painting operations, as the computational framework is already in place and only needs to process incremental changes during strokes rather than calculating everything from scratch.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If the brush tip shape changes during strokes due to erosion, then the simulation accurately reflects real tool behavior, but the consistency of brush performance across strokes is compromised

Engineering Contradiction:
Improveaccuracy of tool behavior simulationVSAvoidconsistency of brush performance
Core Design Contradiction:
ReliabilityVSStability of the object's composition

Solution Approach 1:

The patent implements a dynamic brush tip model where the height map data structure evolves during painting operations. The tip shape is not fixed but changes in response to simulated erosion from each stroke, allowing the brush to realistically adapt its performance characteristics. This dynamic behavior mirrors how physical artist tools naturally wear and change during use, enhancing simulation accuracy.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS10217253B2Methods and apparatus for simulation of a stateful brush tip in a natural media drawing and/or painting simulation
Publication Date: 2019.02.26 ADOBE INC
  • US10217253B2 patent drawing
  • US10217253B2 patent drawing
  • US10217253B2 patent drawing

AI summary

A method, system, and computer-readable storage medium are disclosed for simulation of a stateful brush tip. A tip of a brush tool is modeled using a data structure. A user input is collected representing a stroke made on a virtual canvas with the brush tool. The stroke is made with the tip in a first state. A second state of the tip is determined dependent on the first state of the tip and the user input. The second state represents a different shape of the tip than the first state. The second state of the tip is stored using the data structure.