Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaPhysXXML.h688 struct ContactReportThreshold struct
690 ContactReportThreshold(xmlNode* node);
715 ContactReportThreshold contactReportThreshold; argument
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaPhysXXML.cpp42 const String ContactReportThreshold = "ContactReportThreshold"; variable
1648 ContactReportThreshold::ContactReportThreshold(xmlNode* node) in ContactReportThreshold() function in COLLADAMaya::PhysXXML::ContactReportThreshold
1654 void ContactReportThreshold::exportElement(StreamWriter& sw) const in exportElement()
1656 sw.openElement(Strings::ContactReportThreshold); in exportElement()
1678 , contactReportThreshold(FindChild(node, Strings::ContactReportThreshold)) in PxRigidDynamic()
H A DCOLLADAMayaPhysXExporter.cpp2414 class ContactReportThreshold : public Element class
2417 ContactReportThreshold(PhysXExporter & exporter, double contactReportThreshold) in ContactReportThreshold() function in COLLADAMaya::ContactReportThreshold
2594 …if (pxRigidDynamic.contactReportThreshold.contactReportThreshold != ContactReportThreshold::Defaul… in exportContactReportThreshold()
2596ContactReportThreshold e(getPhysXExporter(), pxRigidDynamic.contactReportThreshold.contactReportTh… in exportContactReportThreshold()