Im trried to change the upvector of camera and its gravity - gravity works fine now but i cant get upvector to work. How should i use it? Actually it looks
strange!
Code: Select all
camera->setUpVector(core::vector3df(0,0,1)); //0,1,0 // 1,0,0
tried some combination, but they dont work good for me. Please help..
ps I want to simulate change of "wall" into floor

so I need to change the gravity, yes, and the camera upvector.