Page 1 of 1

Low fps in Terrain tutorial

Posted: Fri Mar 09, 2007 12:20 am
by brainos
Hi,
I've a question. Is it normal, that in the Terrain tutorial the fps only be 60 - 70?

I mean, this is an very small Terrain, and there are no Objects or game logic.
Is there a better wax to generate a terrain with a heigher performance?

In my opinion there is no Problem with my hardware, the Demo runs with 200 fps.
I'm using Linux Suse 10.2

Thanks Paul

Posted: Fri Mar 09, 2007 1:58 am
by Midnight
system specs?

graphics card especially.

original or self built terrain demo?

Posted: Fri Mar 09, 2007 1:54 pm
by brainos
Sorry, I've forgot.

AMD Turion 64 X2 TL-50
ATI Mobility Radeon X1600 (128MB)

OpenGL 2.xxx

Linux Suse 10.2 AMD64

Source from svn.

Posted: Fri Mar 09, 2007 2:00 pm
by Midnight
eek hmm.. testing... i get.. 150 totally zoomed out with no culling.

it starts around 70... I have an ati 9550 not X not the express pci crap.

i don't like pci express performance from what I have seen (it may be normal for you) and I'm not sure about your card if it doesn't improve a bit when you move around and stuff then yes you have a problem of some sort. how good is that card? mine is older and 256mb... look up reviews on it thats my best guess.

also try rebuilding it just to rule a fucky build out.

Posted: Fri Mar 09, 2007 2:35 pm
by brainos
than it seems to be normal. When I've zoomed out, I've around 170fps. And while looking to the sky, ~700fps.
Maybe it dosn't use VBO's?

Posted: Fri Mar 09, 2007 4:43 pm
by hybrid
Of course it does not. Irrlicht does not support VBOs, yet.

Posted: Fri Mar 09, 2007 7:44 pm
by omar shaaban
sorry but what is VBOs???

Posted: Fri Mar 09, 2007 10:03 pm
by hybrid
vertex buffer objects. Store the geometry information on the gfx card instead of sending all data from CPU to GPU each render.