Bullet debug draw added
It is off by default, see attributes of dSolverNode to turn it on
This commit is contained in:
@@ -83,6 +83,8 @@ public:
|
||||
|
||||
virtual void step_simulation(float dt) = 0;
|
||||
|
||||
virtual void debug_draw(int dbgMode) {}
|
||||
|
||||
public:
|
||||
virtual ~solver_impl_t() { }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user