UpdateMeshBoundingBox()
Syntax
UpdateMeshBoundingBox(#Mesh)Description
Update the bounding box of the mesh. If a mesh has been manually modified, its bounding box has to be recalculated, especially if the mesh is used for collisions. The bounding box is the smallest box which can contain the whole mesh.
Parameters
Mesh The mesh to use.
Return value
None.
See Also
CreateMesh()
Supported OS
All