Low fps in Terrain tutorial

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
brainos
Posts: 5
Joined: Tue Feb 27, 2007 8:33 pm

Low fps in Terrain tutorial

Post 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
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

system specs?

graphics card especially.

original or self built terrain demo?
brainos
Posts: 5
Joined: Tue Feb 27, 2007 8:33 pm

Post 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.
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post 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.
brainos
Posts: 5
Joined: Tue Feb 27, 2007 8:33 pm

Post 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?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Of course it does not. Irrlicht does not support VBOs, yet.
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

Post by omar shaaban »

sorry but what is VBOs???
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

vertex buffer objects. Store the geometry information on the gfx card instead of sending all data from CPU to GPU each render.
Post Reply