Box
GPU GpuGenerates a box mesh with independent dimensions.
Box is a procedural cuboid primitive that can be resized per axis before being passed into materials, transforms, and render operators.
Source operators/gpu/box/box.cpp
Parameters
| Name | Type | Description |
|---|---|---|
| width | float | Size along the X axis. |
| height | float | Size along the Y axis. |
| depth | float | Size along the Z axis. |