Does anyone have an updated class for a third person camera that I could use or look at to base my own on, can't find any in the forums that are relatively recent.
Thanks.
Looking for third person camera
Re: Looking for third person camera
I got one implementation, hope it helps: https://code.google.com/p/irr-playgroun ... sonCam.cpp
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 15
- Joined: Sat Oct 11, 2014 6:13 am
Re: Looking for third person camera
Thanks for the code, it's helpful. But I can't get the event receiver to work. I put a test case inside the KEY_LEFT that just prints out that it worked, and when ever I press the key nothing prints out.
EDIT:
I fixed it, I didn't have this line in my code anywhere:
device->setEventReceiver(receiver);
EDIT:
I fixed it, I didn't have this line in my code anywhere:
device->setEventReceiver(receiver);