Houdini 21.0 Nodes Geometry nodes

Labs Fast Gaussian Curvature 1.0 geometry node

Computes Gaussian curvature using a fast angle-deficit method.

On this page

This node computes an approximation of Gaussian curvature on polygonal geometry using an angle deficit formulation. This method evaluates how much the sum of angles around a point deviates from a flat surface, making it well suited for identifying peaks, pits, and saddle regions.

The implementation prioritizes performance and is intended for fast analysis, masking, visualization, and procedural effects rather than physically exact curvature measurement.

Parameters

Group

Geometry group on which curvature is computed.

Group Type

The element type of the specified Group.

Assign Default Value to Boundary Points

Assigns a default curvature value to boundary or unshared points. When turned off, boundary points may produce undefined or incomplete curvature values.

Output Value

The type of curvature value computed.

Signed (Capture Peaks and Saddles): Outputs signed curvature values.

Absolute (Capture Non-flatness): Outputs absolute curvature magnitude.

Output Attribute

The curvature representation to compute.

Angle Deficit: Outputs raw angle deficit values.

Normalized Gaussian Curvature: Outputs normalized curvature values.

Angle Unit

The unit used for angle deficit computation.

Normalize From

Defines how normalization is applied.

Current Angle Deficit Range: Normalizes based on the computed range.

Specified Angle Deficit Range: Normalizes using a user-defined range.

Angle Deficit Range

Angle deficit range used when Normalize From is set to Specified Angle Deficit Range.

Attribute Name

Name of the output attribute when Output Attribute is set to Angle Deficit.

Attribute Name

Name of the output attribute when Output Attribute is set to Normalized Gaussian Curvature.

Visualize Output

Visualizes the curvature result using color.

Visualization Ramp

Ramp used to remap curvature values for visualization.

Examples

See also

Geometry nodes