| 1036 | } |
| 1037 | |
| 1038 | void PvdMetaDataBinding::updateMaterials(PvdDataStream& inStream, const PxShape& inObj, PsPvd* pvd) |
| 1039 | { |
| 1040 | // Clear the shape's materials array. |
| 1041 | inStream.setPropertyValue(&inObj, "Materials", DataRef<const PxU8>(), getPvdNamespacedNameForType<ObjectRef>()); |
| 1042 | setMaterials(*this, inStream, inObj, pvd, mBindingData); |
| 1043 | } |
| 1044 | |
| 1045 | void PvdMetaDataBinding::destroyInstance(PvdDataStream& inStream, const PxShape& inObj, const PxRigidActor& owner) |
| 1046 | { |
nothing calls this directly
no test coverage detected