Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ addRigidBody
Method
addRigidBody
src/physics/PhysicsSystem.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void PhysicsSystem::addRigidBody(btRigidBody* body)
100
{
101
m_pDynamicsWorld->addRigidBody(body);
102
}
103
104
void PhysicsSystem::removeRigidBody(btRigidBody* body)
105
{
Callers
1
makeRigidBody
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected