comparison melee.d @ 4:8d7c50415269

changed Hz
author Zzzzrrr <mason.green@gmail.com>
date Fri, 20 Mar 2009 17:00:30 -0400
parents a40d066ebbd1
children 6f455ef24063
comparison
equal deleted inserted replaced
3:bb77461e0f9f 4:8d7c50415269
86 ContactState state; 86 ContactState state;
87 } 87 }
88 88
89 // Melee settings. Some can be controlled in the GUI. 89 // Melee settings. Some can be controlled in the GUI.
90 struct Settings { 90 struct Settings {
91 float hz = 120; 91 float hz = 60;
92 int velocityIterations = 8; 92 int velocityIterations = 8;
93 int positionIterations = 2; 93 int positionIterations = 2;
94 bool drawShapes = true; 94 bool drawShapes = true;
95 bool drawJoints = true; 95 bool drawJoints = true;
96 bool drawControllers; 96 bool drawControllers;