comparison melee.d @ 17:82efafc87d54

fixed camera zoom
author zzzzrrr <mason.green@gmail.com>
date Tue, 24 Mar 2009 16:47:42 -0400
parents 8e6a9e390cba
children
comparison
equal deleted inserted replaced
16:cc494b8f8710 17:82efafc87d54
83 } 83 }
84 84
85 // Melee settings. Some can be controlled in the GUI. 85 // Melee settings. Some can be controlled in the GUI.
86 struct Settings { 86 struct Settings {
87 float hz = 60; 87 float hz = 60;
88 int velocityIterations = 5; 88 int velocityIterations = 3;
89 int positionIterations = 1; 89 int positionIterations = 1;
90 bool drawShapes = true; 90 bool drawShapes = true;
91 bool drawJoints = true; 91 bool drawJoints = true;
92 bool drawControllers; 92 bool drawControllers;
93 bool drawCoreShapes; 93 bool drawCoreShapes;