camera movement along with model

Posted by noddy on Game Development See other posts from Game Development or by noddy
Published on 2011-10-24T05:46:38Z Indexed on 2011/11/21 18:11 UTC
Read the original article Hit count: 163

Filed under:
|
|
|

I am making a game in which a cube travels along a maze with the motive of crossing the maze safely. I have two problems in this.

  1. The cube needs to have a smooth movement like it is traveling on a frictionless surface. So could someone help me achieve this. I need to have this done in a event callback function
  2. I need to move the camera along with the cube. So could someone advice me a good tutorial about camera positions along with an object?

© Game Development or respective owner

Related posts about opengl

Related posts about game-design