Previous Up Next

M3meshSetType
Defines the type of mesh.

I M3meshSetType (
S3d _session_
H3d _mesh_
I _type_
)
Parameters

_session_
3D Session
_mesh_
Mesh
_type_
Integer value composed of the following masks :
MESH_STATIC All the topologies associated with the mesh switch to 'static' mode
MESH_MULTI_TOPO The mesh can reference several topologies (useful for the LOD)
MESH_NOT_CLICKABLE The mesh is not selected when the mouse is clicked on the screen (it is invisible)
Return value

0 if successful, otherwise nil
See Also

M3meshGetType