Game Development Community

how to use "MeshHidden"

by Enel · in Torque 3D Professional · 11/12/2009 (1:58 am) · 1 replies

i find this code

void ShapeBase::setMeshHidden( const char *meshName, bool forceHidden )
{
   setMeshHidden( mDataBlock->mShape->findObject( meshName ), forceHidden );
}

but what is meshName?


in 3dMax Chematic View object name?


#1
11/12/2009 (6:14 am)
i find it!

dumpMeshVisibility() it is find where Mesh