SkyCubeProps Interface
JSON representation of a set of images used by a SkyCube. Each property specifies the element ID of a texture associated with one face of the cube.
Properties
| Name | Type | Description | |
|---|---|---|---|
| back | undefined | Id64String | Id of a persistent texture element stored in the iModel to use for the back side of the skybox cube. | |
| bottom | undefined | Id64String | Id of a persistent texture element stored in the iModel to use for the bottom of the skybox cube. | |
| front | undefined | Id64String | Id of a persistent texture element stored in the iModel to use for the front side of the skybox cube. | |
| left | undefined | Id64String | Id of a persistent texture element stored in the iModel to use for the left side of the skybox cube. | |
| right | undefined | Id64String | Id of a persistent texture element stored in the iModel to use for the right side of the skybox cube. | |
| top | undefined | Id64String | Id of a persistent texture element stored in the iModel to use for the top of the skybox cube. |
Defined in
Last Updated: 08 January, 2020