GPU Rendering Rational Quadratic Bézier Curves via Barycentric Coordinates

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for rendering Bézier curves on GPUs are inefficient, particularly when dealing with rational quadratic curves, as they require additional computation to find a canonical representation, leading to increased computational and memory resource usage.

Innovation Solution

Assigning barycentric coordinates to each vertex of a triangle representing a quadratic Bézier curve, allowing for efficient rendering by evaluating these coordinates on the GPU, which reduces the need for complex computations and memory usage, enabling the rendering of both normal and rational quadratic Bézier curves.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional methods are used to render rational quadratic Bézier curves on GPU, then the curves can be rendered, but additional computation is required to find canonical representation, increasing computational resource usage and memory usage

Engineering Contradiction:
Improverendering capabilityVSAvoidcomputational complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent transforms the rendering problem by changing the parameter representation from canonical coordinates to barycentric coordinates. This parameter transformation allows rational quadratic Bézier curves to be rendered directly without requiring canonical representation computation, thereby reducing computational complexity while maintaining rendering capability

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent replaces the traditional mechanical computation approach (finding canonical representation through mathematical transformation) with a direct barycentric coordinate evaluation approach. This substitution eliminates the need for complex canonical form calculations and directly enables GPU rendering through simpler coordinate interpolation

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Productivity

If traditional flattening approach is used to render Bézier curves, then the curves can be approximated as line segments, but the computational precision and rendering quality deteriorate

Engineering Contradiction:
Improverendering speedVSAvoidcurve accuracy
Core Design Contradiction:
ProductivityVSManufacturing precision

Solution Approach 1:

The patent maintains the curved nature of Bézier curves by using barycentric coordinate interpolation that inherently preserves curve geometry. Instead of approximating curves with straight line segments (flattening), the method uses curved surface interpolation in barycentric space, thereby maintaining manufacturing precision while achieving computational efficiency through direct GPU evaluation

Inventive Principle:
Principle #14Spheroidality (Curvature)

3Reliability

If rational quadratic Bézier curves are rendered using Loop and Blinn approach, then the rendering can be performed, but the method requires additional computation to find canonical representation, leading to increased memory usage

Engineering Contradiction:
Improverendering functionalityVSAvoidmemory usage
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent extracts and eliminates the unnecessary canonical representation computation step from the rendering pipeline. By directly using barycentric coordinates for GPU evaluation, the method removes the intermediate canonical form transformation and its associated memory requirements, thereby reducing memory usage while preserving rendering functionality

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent uses barycentric coordinates as a direct copy of the control point information that can be evaluated on the GPU without requiring additional canonical representation data. This copying approach eliminates the need to store and transfer extra canonical form parameters, reducing memory usage while maintaining rendering capability

Inventive Principle:
Principle #26Copying

Data Source

PatentUS7868887B1Rendering rational quadratic Bézier curves on a GPU
Publication Date: 2011.01.11 ADOBE INC
  • US7868887B1 patent drawing
  • US7868887B1 patent drawing
  • US7868887B1 patent drawing

AI summary

A method, system, and computer-readable storage medium are disclosed for rendering Bézier curves using a graphics processing unit (GPU). In one embodiment, a respective set of barycentric coordinates may be assigned to each of the three vertices of a triangle. The triangle may comprise a control triangle for a quadratic Bézier curve, and the quadratic Bézier curve may be a rational quadratic Bézier curve. Each set of barycentric coordinates may comprise three values such as (1,0,0), (0,1,0) or (0,0,1). In one embodiment, the quadratic Bézier curve may be rendered using the GPU. Rendering the quadratic Bézier curve may comprise evaluating a function of the barycentric coordinates using the GPU.