Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaPhysXExporter.cpp1221 class ShapeTechnique : public Element class
1224ShapeTechnique(PhysXExporter& exporter, const MObject& shape, const PhysXXML::PxShape & pxShape, c… in ShapeTechnique() function in COLLADAMaya::ShapeTechnique
1263 std::set<MString, MStringComp> ShapeTechnique::mAttributes;
1281 ShapeTechnique::HasDefaultValues(shape, pxShape, PROFILE_MAYA) && in HasDefaultValues()
1282 ShapeTechnique::HasDefaultValues(shape, pxShape, PhysXExporter::GetPhysXProfile()); in HasDefaultValues()
1288 if (!ShapeTechnique::HasDefaultValues(shape, pxShape, profile)) in exportProfile()
1290 ShapeTechnique e(getPhysXExporter(), shape, pxShape, profile); in exportProfile()