MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / updatePvdProperties

Method updatePvdProperties

physx/source/physx/src/PvdPhysicsClient.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void PvdPhysicsClient::updatePvdProperties(const PxMaterial* mat)
171{
172 mMetaDataBinding.sendAllProperties(*mPvdDataStream, *mat);
173}
174
175void PvdPhysicsClient::destroyPvdInstance(const PxMaterial* mat)
176{

Callers 4

setNameMethod · 0.45
updatePvdPropertiesFunction · 0.45
updateConstantsMethod · 0.45
setGlobalPoseMethod · 0.45

Calls 1

sendAllPropertiesMethod · 0.80

Tested by

no test coverage detected