Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ disableCompound
Method
disableCompound
physx/source/simulationcontroller/src/ScBodySim.cpp:967–972 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
965
}
966
967
void BodySim::disableCompound()
968
{
969
if(isActive())
970
getScene().removeFromActiveCompoundBodyList(*this);
971
clearInternalFlag(BF_IS_COMPOUND_RIGID);
972
}
973
Callers
1
detachShape
Method · 0.80
Calls
2
clearInternalFlag
Function · 0.85
removeFromActiveCompoundBodyList
Method · 0.80
Tested by
no test coverage detected