Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ debugDraw
Method
debugDraw
src/physics/PhysicsSystem.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void PhysicsSystem::debugDraw()
62
{
63
m_pDynamicsWorld->debugDrawWorld();
64
}
65
66
void PhysicsSystem::update(double dt)
67
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected