MCPcopy 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
99void PhysicsSystem::addRigidBody(btRigidBody* body)
100{
101 m_pDynamicsWorld->addRigidBody(body);
102}
103
104void PhysicsSystem::removeRigidBody(btRigidBody* body)
105{

Callers 1

makeRigidBodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected