Error when trying to set a target for the camera

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.
Boogle
Posts: 162
Joined: Fri Nov 21, 2003 3:16 pm
Location: Toronto, Canada

Post by Boogle »

What does your receiver's OnEvent code look like?
RayOfAsh
Posts: 56
Joined: Wed Dec 24, 2003 4:08 am
Location: San Diego
Contact:

Post by RayOfAsh »

I just took the stuff from the movement tutorial and pasted it in there. The stuff on top, nothing else, then i changed "node" to "faerienode" which is my player.
Image
RayOfAsh
Posts: 56
Joined: Wed Dec 24, 2003 4:08 am
Location: San Diego
Contact:

Post by RayOfAsh »

??? Nobody know's?
Image
Boogle
Posts: 162
Joined: Fri Nov 21, 2003 3:16 pm
Location: Toronto, Canada

Post by Boogle »

Go download the source for my 3rd person camera (http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=961) and check out the OnEvent to see how I get the character to move. You'll probably also want to improve on that by mimicking keless's key input code (http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=808) and moving the object only after all input events have been processed (perhaps by creating an animator and attaching it to your faerie).
RayOfAsh
Posts: 56
Joined: Wed Dec 24, 2003 4:08 am
Location: San Diego
Contact:

Post by RayOfAsh »

There are so many errors in that source im not even going to BEGIN fixing them.
Image
Post Reply