Instancing Output
Use MultiMeshInstance3D output to efficiently render many instances of the same mesh with different transforms and colors. This is ideal for trees, rocks, and other repeated elements.
Point Attributes
Transform and color data is specified via point attributes:
Attribute Name |
Attribute Type |
Attribute Owner |
Description |
|---|---|---|---|
|
Vector |
Point |
Forward direction (positive Z) |
|
Vector |
Point |
Per-instance color (enables MultiMesh colors) |
|
Vector |
Point |
Up vector (Copy to Points style) |
|
Float |
Point |
Uniform scale |
|
Vector |
Point |
Non-uniform scale, multiplied by pscale |
|
Int |
Point |
Required. Set to 1 to enable MultiMesh output |
|
String |
Point |
Target node path under HEGoNode3D/Outputs |
|
String |
Point |
Mesh resource path to instance |
Splitting into Multiple Instancers
You can split one output into multiple MultiMesh instancers by assigning different
hego_multimesh paths across points. This allows you to create separate instancer
groups with different meshes or configurations.