testing - xuckz/genericProject GitHub Wiki

Branch: testing tree
Purpose: just commit your thoughts

#History


12/11/2011: Tried to render blocks using vertex array -> could improve performace. allthough position calculation seems wrong
12/11/2011: removed current view settings - added some playing around with a camera
--> there is a small bug in your camera code. the player can tilt the view up and down but the up vector for the camera is never updated but always set to (0, 1, 0) which is not correct if you look up and down.