Houdini 20.0 Nodes Geometry nodes

Labs Terrain Analysis (Beta) 1.0 geometry node

This node analyzes a HeightField and generates cost and avoidance attributes.

On this page
Since 19.5

This node takes a HeightField as the main input, and analyzes it to generate cost and avoidance attributes. There is an option to split the terrain into tiles to multithread the process. There are also options to change the resolution of the terrain mesh conversion that is required for the analysis, as well as various input methods for the avoidance.

Parameters

Analysis

Multithreading

Enable Multithreaded Process

Enables the multithreading process.

Tiles per Axis

The number of rows of tiles the mesh is divided into.

Resolution Mode

The mode to set the resolution for the mesh conversion.

Automatic

The resolution is derived from the HeightField.

Specified

The resolution is set by the user.

Resolution per Tile

The mesh resolution for each individual tile.

Output Attributes

Slope Toggle

Output the slope attribute.

Slope

The name of the slope attribute.

Avoidance Toggle

Output the avoidance attribute.

Avoidance

The name of the avoidance attribute.

Avoidance from

The input of the avoidance attribute.

HeightField Mask

The avoidance is derived from the mask of the input HeightField.

Second Input

The avoidance is derived from the second input.

Operator Path

The avoidance is derived from an operator.

HeightField Mask

The name of the HeightField’s mask.

Avoidance Path

The path of the operator to derive the avoidance from.

Advanced

Multithreading

Tile Padding Ratio

The size ratio of the padded tile to the base tile.

Visualization

Enable Visualization

Visualizes the mesh tiles or a generated attribute as color.

Visualize

Determines what is going to get visualized as color.

Tiles

Visualizes the mesh tiles as color.

Attribute

Visualizes the generated attribute as color.

Attribute

Attribute

The name of the attribute to visualize.

Color Ramp

The color ramp that is used for the visualization.

Examples

Geometry nodes