Skip to content
Snippets Groups Projects
Commit 78629001 authored by Swampert-zhi's avatar Swampert-zhi
Browse files

update the default dt in 3-2_collision

parent f8b7973b
No related merge requests found
...@@ -6,7 +6,7 @@ class CollisionGui : public Gui { ...@@ -6,7 +6,7 @@ class CollisionGui : public Gui {
public: public:
float m_angle = 1.047f; float m_angle = 1.047f;
float m_force = 10.0f; float m_force = 10.0f;
float m_dt = 1e-1 * 3; float m_dt = 1e-3 * 5;
float m_mass = 1.0; float m_mass = 1.0;
bool m_showContacts = false; bool m_showContacts = false;
bool m_useAABB = false; bool m_useAABB = false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment