Property | Type | Description | |
---|---|---|---|
_animation | ].Matrix[ | ||
_innerNodes | datastructures.BFSInnerNode[] | ||
_leaves | datastructures.BFSLeaf[] | ||
boneCount | uint | ||
dimension | float | ||
frameCount | uint |
Method | Description | |
---|---|---|
BFSOctree ( |
Creates a new BFSOctree out of a DynamicOctree.
|
|
export ( string path ) : void |
Exports this BFSOctree into a binary file format. Output-format:
|
|
getChildCount ( byte mask ) : byte |
Computes the child count from a given child mask.
|
Method | Description | |
---|---|---|
convert ( |
Converts a DynamicOctree into this BFSOctree.
|
public BFSOctree ( |
||
octree | The DynamicOctree to create this BFSOctree out of. |
public export ( string path ) : void | ||
path | string | The relative filepath to store the exported file at. |
return | void |
public static getChildCount ( byte mask ) : byte | ||
mask | byte | A child mask. |
return | byte |
public BFSInnerNode[],datastructures _innerNodes | ||
return | datastructures.BFSInnerNode[] |