moving faster in terrain example

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
askan
Posts: 3
Joined: Sun Nov 16, 2003 2:38 pm

moving faster in terrain example

Post by askan »

I was trying the terrain renderer and think that the movement is a bit too slow.
Is there a possibility to move faster?
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

May have something to do with this line.

Code: Select all

camera=smgr->addCameraSceneNodeFPS(0, 200.0f, 500.0f );
Since your posting this in the Advanced Forum, I'll leave you to figure out the rest of the problem.
Crud, how do I do this again?
askan
Posts: 3
Joined: Sun Nov 16, 2003 2:38 pm

Post by askan »

I tried this:

Code: Select all

camera=smgr->addCameraSceneNodeFPS(0, 200.0f, 1000.0f ); 
But the camera didn't move faster; that was the reason why I asked in the forum.
Does anyone of you know why?
Post Reply