Search found 3 matches

by alejolp
Sun Jul 24, 2005 11:35 pm
Forum: Beginners Help
Topic: A Few Questions...
Replies: 7
Views: 428

tagi: The UI clasees Irrlicht comes with are built using primitives functions (lines, rectangles), also provided by the engine. If you dont like the existent UI, you can make one of your own. Also you have the source code of those UI classes, so you can easily extend or modify the existent one. Good...
by alejolp
Sat Jul 23, 2005 7:40 pm
Forum: Beginners Help
Topic: Camera problem
Replies: 3
Views: 317

Thanks for the answers! I replaced the setPosition call to a nicer and smoother way of moving the node using FlyStraightAnimator (but commented out to show my original problem). The code is right here and as you can see is a real mess; sorry about that. Code guide in lines: 118, Cam::Update() defini...
by alejolp
Sat Jul 23, 2005 1:49 am
Forum: Beginners Help
Topic: Camera problem
Replies: 3
Views: 317

Camera problem

Greetings!! I'm having a really annoying problem with a camera. I'm trying to do a really simple third person "game", but the camera seems to be "failing". I tried the the third person camera from the FAQ ( this one ) but it is more than what i need, so i reduced it to: void foll...