Home
last modified time | relevance | path

Searched refs:mayaMeshId (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaGeometryExporter.cpp263 MString mayaMeshId; in exportGeometry() local
264 if (physXExporter.getShapeVertices(shape, vertices, mayaMeshId)) in exportGeometry()
266 String meshId = mayaMeshId.asChar(); in exportGeometry()
319 String mayaMeshId = mDocumentExporter->dagPathToColladaId ( dagPath ); in generateColladaMeshId() local
325 mayaMeshId = mDocumentExporter->dagPathToColladaId(paths[0]); in generateColladaMeshId()
329 String colladaMeshId = findColladaGeometryId ( mayaMeshId ); in generateColladaMeshId()
359 mMayaIdColladaIdMap [ mayaMeshId ] = colladaMeshId; in generateColladaMeshId()
1338 const String& GeometryExporter::findColladaGeometryId ( const String& mayaMeshId ) in findColladaGeometryId() argument
1435 String mayaMeshId = mDocumentExporter->dagPathToColladaId ( dagPath ); in getColladaGeometryId() local
1444 mayaMeshId = mDocumentExporter->dagPathToColladaId ( dagPathes[0] ); in getColladaGeometryId()
[all …]
H A DCOLLADAMayaPhysicsExporter.cpp188 String mayaMeshId = mDocumentExporter->dagPathToColladaId ( dagPath ); in generateColladaRigidBodyId() local
191 String colladaMeshId = findColladaPhysicsId(mayaMeshId); in generateColladaRigidBodyId()
201 mMayaIdColladaIdMap [ mayaMeshId ] = colladaMeshId; in generateColladaRigidBodyId()
711 const String& PhysicsExporter::findColladaPhysicsId ( const String& mayaMeshId ) in findColladaPhysicsId() argument
713 const StringToStringMap::const_iterator it = mMayaIdColladaIdMap.find ( mayaMeshId ); in findColladaPhysicsId()