Exemplo n.º 1
0
void dMeshNodeInfo::WeldTJoints ()
{
	NewtonMeshFixTJoints (m_mesh);
}
Exemplo n.º 2
0
void dMeshNodeInfo::RepairTJoints ()
{
	NewtonMeshFixTJoints (m_mesh);
}