Set Heights by Map
Overview
The Set Heights by Map node returns the input poses with the height set to the value of the heightmap input.

Parameters
Inputs
| Name | Type | Description |
|---|---|---|
| Height Map | Map | Provides the heightmap used for looking up the height for the poses. |
| Pose Set | PoseSet | Provides the poses that will have their height updated. |
Use Cases
Moving the poses on top of the terrain

This example shows how we can use this node to spawn object on a grid, making sure the objects are on top of the terrain represented by the Perlin noise node.