Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ getOwnerScene
Method
getOwnerScene
physx/source/physx/src/NpShape.cpp:672–675 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
670
}
671
672
NpScene* NpShape::getOwnerScene() const
673
{
674
return mActor ? NpActor::getOwnerScene(*mActor) : NULL;
675
}
676
677
NpScene* NpShape::getAPIScene() const
678
{
Callers
15
setArticulationFlags
Method · 0.45
setArticulationFlag
Method · 0.45
getArticulationFlags
Method · 0.45
getDofs
Method · 0.45
createCache
Method · 0.45
getCacheDataSize
Method · 0.45
zeroCache
Method · 0.45
releaseCache
Method · 0.45
packJointData
Method · 0.45
unpackJointData
Method · 0.45
commonInit
Method · 0.45
computeGeneralizedGravityForce
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected