Previous Up Next

M3meshGetType
Returns the type of mesh.

I M3meshGetType (
S3d _session_
H3d _mesh_
)
Parameters

_session_
3D Session
_mesh_
Mesh
Return value

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)
See Also

M3meshSetType