프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_animation | ].Matrix[ | ||
_innerNodes | datastructures.BFSInnerNode[] | ||
_leaves | datastructures.BFSLeaf[] | ||
boneCount | uint | ||
dimension | float | ||
frameCount | uint |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
public static getChildCount ( byte mask ) : byte | ||
mask | byte | A child mask. |
리턴 | byte |
public BFSInnerNode[],datastructures _innerNodes | ||
리턴 | datastructures.BFSInnerNode[] |