|
BoundsCalculateBoundingBox(PositionNormalTexture) Method |
Returns a BoundingBox that is calculated from the specified vertexBufferArray.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static BoundingBox CalculateBoundingBox(
PositionNormalTexture[] vertexBufferArray
)
Parameters
- vertexBufferArray PositionNormalTexture
- array of PositionNormalTexture
Return Value
BoundingBoxBoundingBox that is calculated from the specified vertexBufferArray
See Also