I have created a cube and add some behaviour for it, such as rotation and following a path.
I can see the cube rotate and follow a path by pressing Ctrl+F10
Now, I export the whole scene to a *.irr file to be loaded later by smgr->loadScene() in my program.
However, when I run my program, the cube does not rotate or even move!
Could someone please tell me why...