Friday 2 September 2011

Update


- Added the player and player texture placeholder.
- Limited the game logic update to 60FPS. What it does is that it lets the rendering loop draw as fast as possible but still limits the logic updates at specific rate so player movement and interactive stuff will always be limited at 60FPS no matter the speed of computer.

Time for some basic model/player collision detection.

No comments:

Post a Comment