From: Ethan Glasser-C. <gl...@cs...> - 2007-06-01 22:37:56
|
Sorry Dan for the duplicate mail.. dan miller wrote: > Ethan, >=20 > thanks for the patch! I'll need to get a build going and stuff, so pro= bably > won't see it working until next week. I looked at the C++ demo and I t= hink > I get the general usage concepts. It runs super slow on my BSD machine= but > I hope that's just a GLX problem. Actually, I think that's by design. Some snippets from that file: dWorldSetGravity (world,0,0,-0.5); if (!pause) dWorldQuickStep (world,0.02); Ethan |