Syntax

dbReduceMesh(MeshID, BlockMode, NearMode, GX, GY, GZ)

Description

This command will take a mesh and reduce it into an approximation of the shape using boxes, ideal for collision detection where the goal is to reduce polygon count of the collision geometry.

 

BlockMode

Reserved.

 

Near Mode

Reserved.

 

GX, GY, GZ

Number of divisions along the x, y, and z axis to create the reduced mesh.

See Also

dbDeleteObject, dbLoadMesh