Bullet debug draw added
It is off by default, see attributes of dSolverNode to turn it on
This commit is contained in:
@@ -195,3 +195,9 @@ void solver_t::step_simulation(float dt)
|
||||
{
|
||||
m_impl->step_simulation(dt);
|
||||
}
|
||||
|
||||
|
||||
void solver_t::debug_draw(int dbgMode)
|
||||
{
|
||||
m_impl->debug_draw(dbgMode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user