Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
KclLibrary.PolygonOctree Class Reference

Represents a node in a model triangle octree. More...

+ Inheritance diagram for KclLibrary.PolygonOctree:
+ Collaboration diagram for KclLibrary.PolygonOctree:

Public Member Functions

 PolygonOctree ()
 
- Public Member Functions inherited from KclLibrary.OctreeNodeBase< 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.
 
- Properties inherited from KclLibrary.OctreeNodeBase< PolygonOctree >
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

- Static Public Attributes inherited from KclLibrary.OctreeNodeBase< PolygonOctree >
const int ChildCount
 The number of children of an octree node.
 
- Protected Member Functions inherited from KclLibrary.OctreeNodeBase< PolygonOctree >
 OctreeNodeBase (uint key)
 Initializes a new instance of the OctreeNodeBase<T> class with the given octree node key .
 
- Static Protected Attributes inherited from KclLibrary.OctreeNodeBase< PolygonOctree >
const uint _flagMask
 The bits storing the flags of this node.
 

Detailed Description

Represents a node in a model triangle octree.

Constructor & Destructor Documentation

◆ PolygonOctree()

KclLibrary.PolygonOctree.PolygonOctree ( )

Property Documentation

◆ TriangleIndices

List<ushort> KclLibrary.PolygonOctree.TriangleIndices
getset

Gets the indices to triangles of the model appearing in this cube.


The documentation for this class was generated from the following file: