An Intersect chunk represents collision used as the ground/floor of the world.
Data Structure
| Property | Data Type | Description |
|---|---|---|
| NumIndices | uint32 | TODO |
| Indices | uint32[NumIndices] | TODO |
| NumPositions | uint32 | TODO |
| Positions | Vector3[NumPositions] | TODO |
| NumNormals | uint32 | TODO |
| Normals | Vector3[NumNormals] | TODO |
Parents
No valid parents.
Children
TODO