Search found 4 matches

by Janx
Sat Jan 27, 2007 11:18 pm
Forum: Beginners Help
Topic: questions about the camera
Replies: 6
Views: 822

updateAbsolutePosition() helped, thanks alot :)
by Janx
Sat Jan 27, 2007 8:58 pm
Forum: Beginners Help
Topic: questions about the camera
Replies: 6
Views: 822

The thing is I want the player to be able to switch between a FPS kind of camera, and a free camera where he can use the mouse freely.

About mixing up the coordinates: if I press the 'a' key for example, the X coord gets reduced. But in the game, the camera flies in a kind of half circle instead of ...
by Janx
Sat Jan 27, 2007 8:15 pm
Forum: Beginners Help
Topic: questions about the camera
Replies: 6
Views: 822

I was asking why, when I change the coordinates of the normal camera, it does strange things like fly in a half circle and stuff instead of just going to the new coordinates.

But it's not so important anymore :P
by Janx
Sat Jan 27, 2007 3:48 pm
Forum: Beginners Help
Topic: questions about the camera
Replies: 6
Views: 822

questions about the camera

Hey all! :)

I found out about Irrlicht a few days ago and I really love it
so far, however being a beginner in C++, game programming,
and 3D programming as well (and trying to learn all three things
at the same time), I have some problems (btw:
the nice structure of Irrlicht makes it awesome for ...