Low Framerate

Hi,

I’ve just downloaded jME SDK (3.0 beta) and started following the tutorials. So I’m not an expert, but this doesn’t look right to me:

http://i.imgur.com/fTKR8.png

The code is straight FROM HERE… it’s a blue cube… with 4 FPS?!



Also, where are the 15 objects, and 936 vertices? I haven’t discovered how to view the wireframe yet to know how the hell this hellcube is constructed, but this definitely looks off to me… Either way… 4 FPS? What the…



Graphics card is nV 8600M GT… it’s old, but not that old.

bad graphic card drivers?

Also, Is it a notebook? Is the power saving enabled?

1 Like
@glaucomardano said:
bad graphic card drivers?
Also, Is it a notebook? Is the power saving enabled?

Driver is 266.58, release date 7.01.2011. Thanks for reminding to update :) I will let you know if it changes anything.
Yes, it's a notebook, power plan is on "high performance" since I don't use battery anymore anyway.
Also thanks for fast reply :)

Also, it would help if you show us the output log of the jmp.

Looks like updating the graphics driver did the trick. Thanks :slight_smile:

@xiii said:
Also, where are the 15 objects, and 936 vertices?


The text. The cube is one object with 24 vertexes... 12 triangles.

Each line of text is one object. Each letter of the text will be 4 vertexes and two triangles.