Camera's actual position?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
c_olin3404
Posts: 67
Joined: Fri Jan 23, 2004 5:04 am

Camera's actual position?

Post by c_olin3404 »

I am modifying the camera class so that it will simulate the player walking, it will jerk up and down and side to side and stuff. I tried moving the actual node of the camera, but with the collider animator it jerks to weird because it pulls the camera back to the ground... is there a way to change the camera's position without changing the nodes position?
Peter Müller
Posts: 292
Joined: Sun Mar 14, 2004 5:28 pm
Location: Germany
Contact:

Post by Peter Müller »

You can simulate a change of the position by changing the Frustrum, but this is mostly used for zoom
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
Post Reply