GroundPlaneProps Interface
JSON representation of a GroundPlane.
@see EnvironmentProps.ground.
Properties
| Name | Type | Description | |
|---|---|---|---|
| aboveColor | number | undefined | The color in which to draw the ground plane when viewed from above. | |
| belowColor | number | undefined | The color in which to draw the ground plane when viewed from below. | |
| display | boolean | undefined | Whether the ground plane should be displayed. | |
| elevation | number | undefined | The Z height at which to draw the ground plane. |
Defined in
- core/common/src/GroundPlane.ts Line 18
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.