I was trying the terrain renderer and think that the movement is a bit too slow.
Is there a possibility to move faster?
moving faster in terrain example
May have something to do with this line.
Since your posting this in the Advanced Forum, I'll leave you to figure out the rest of the problem.
Code: Select all
camera=smgr->addCameraSceneNodeFPS(0, 200.0f, 500.0f );
Crud, how do I do this again?
I tried this:
But the camera didn't move faster; that was the reason why I asked in the forum.
Does anyone of you know why?
Code: Select all
camera=smgr->addCameraSceneNodeFPS(0, 200.0f, 1000.0f );
Does anyone of you know why?