Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ registerObject
Method
registerObject
physx/source/pvd/src/PxPvdImpl.cpp:279–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
bool PvdImpl::registerObject(const void* inItem)
280
{
281
return mObjectRegistrar.addItem(inItem);
282
}
283
284
285
bool PvdImpl::unRegisterObject(const void* inItem)
Callers
6
registrarPhysicsObject<PxConvexMeshGeometry>
Method · 0.80
registrarPhysicsObject<PxTriangleMeshGeometry>
Method · 0.80
registrarPhysicsObject<PxHeightFieldGeometry>
Method · 0.80
setMaterials
Function · 0.80
sendEntireScene
Method · 0.80
createPvdInstance
Method · 0.80
Calls
1
addItem
Method · 0.80
Tested by
no test coverage detected