Search found 1 match

by MViolence
Sun Jan 21, 2007 10:21 am
Forum: Code Snippets
Topic: Smooth mixed 1st + 3rd Person Camera Scene Node (for RPG)
Replies: 158
Views: 68730

Ciao,this camera is very good,but i have a problem with the characzer animation....
I create a class :

Class EventReceiver : public IEventReceiver
{
virtual bool OnEvent(SEvent Event)
if (event.EventType == irr::EET_KEY_INPUT_EVENT&&
!event.KeyInput.PressedDown)
{
switch(event.KeyInput.Key ...