TextureBox
ThorResourceType:0xF- Max. version:
0x5
A TextureBox describes a single-layer texture box.
TextureBox structure
| Name | Type | Description |
|---|---|---|
| header | ThorResourceHeader |
|
| bftexPath | EncryptedString |
Virtual path to the BigFile containing the texture sets. During loading, this BigFile is mounted to /bftex. |
| radius | float32 |
|
| isZBox | bool |
|
| zNear | float32 |
|
| zFar | float32 |
|
| zExponent | float32 |
|
| isLayerMask | bool |
|
| layerIndex | uint32 |
|
| components | Array<EncryptedString> |
|
| states | Array<StateDesc> |
StateDesc structure
| Name | Type |
|---|---|
| ??? | uint32 |
| ??? | Array<EncryptedString> |