saiam [Sun, 30 Nov 2008 23:45:01 +0000] rev 154
This version has a nasty bug in collision detection. We'll get rid of it by making the collision detection to return te point
of collision.
saiam [Sun, 30 Nov 2008 23:00:26 +0000] rev 153
Lots of small fixe. Moved drawing PhysicsObjects away from Graphics.cc.
saiam [Sun, 30 Nov 2008 19:20:11 +0000] rev 152
Updated getNormal
saiam [Sun, 30 Nov 2008 17:22:57 +0000] rev 151
Now getNormal might work a little better
saiam [Sun, 30 Nov 2008 17:13:16 +0000] rev 150
Now it uses Terrain class, but it isn't properly integrated to the infrastructure.
saiam [Sun, 30 Nov 2008 15:24:33 +0000] rev 149
Now the terrain class is basicly ready to be put in action. Not tested :)
saiam [Sun, 30 Nov 2008 15:15:17 +0000] rev 148
Not sure if this is the right way. But a lot simpler it is.
saiam [Sun, 30 Nov 2008 14:58:48 +0000] rev 147
Unnecessary bloat removed from Terrain.hh
saiam [Sun, 30 Nov 2008 14:17:57 +0000] rev 146
Updated header Terrain.hh
saiam [Sun, 30 Nov 2008 14:01:06 +0000] rev 145
Terrain::getTangent and Terrain::getNormal must be implemented. Everything else should be there. Still: Not tested, not
used.