![]() |
Twilight Princess
Remastered version of the GameCube game
|
Represents a node in a model triangle octree. More...
Public Member Functions | |
PolygonOctree () | |
![]() | |
IEnumerator< T > | GetEnumerator () |
Returns an enumerator that iterates through the collection. | |
Properties | |
List< ushort > | TriangleIndices [get, set] |
Gets the indices to triangles of the model appearing in this cube. | |
![]() | |
uint | Key [get, set] |
Gets the octree key used to reference this node. | |
T[] | Children [get, set] |
Gets the eight children of this node. | |
Additional Inherited Members | |
![]() | |
const int | ChildCount |
The number of children of an octree node. | |
![]() | |
OctreeNodeBase (uint key) | |
Initializes a new instance of the OctreeNodeBase<T> class with the given octree node key . | |
![]() | |
const uint | _flagMask |
The bits storing the flags of this node. | |
Represents a node in a model triangle octree.
KclLibrary.PolygonOctree.PolygonOctree | ( | ) |
|
getset |
Gets the indices to triangles of the model appearing in this cube.