|
OctTree(PositionNormalTexture, Int32, Int32, Single) Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public OctTree(
PositionNormalTexture[] vertexBufferArray,
int[] indicesArray,
int maxNodeLevel = 4,
float expandChildBoundingBoxes = 0,2f
)
Parameters
- vertexBufferArray PositionNormalTexture
- vertexBufferArray
- indicesArray Int32
- indicesArray
- maxNodeLevel Int32 (Optional)
- maxNodeLevel
- expandChildBoundingBoxes Single (Optional)
- expandChildBoundingBoxes
See Also