8 lines
265 B
Plaintext
8 lines
265 B
Plaintext
#title GetMeshBoundingBox [RCBasic Doc]
|
|
#header Sub GetMeshBoundingBox( mesh, ByRef min_x, ByRef min_y, ByRef min_z, ByRef max_x, ByRef max_y, ByRef max_z )
|
|
|
|
Gets the min and max corners of a mesh's bounding box
|
|
|
|
#ref SetMeshBoundingBox ReCalculateMeshBoundingBox
|
|
|