Has anyone else run the Xith3D 9000 cube demo? I would like to get a bit of an idea what frame rates people are getting.
I haven’t run it yet on my PC which has a semi-decent graphics card, but when I tried it on my laptop with a SiS650 chipset 32MB (shared) Graphics card, I only got a mear 16f/s.
9000 textured cubes = about 108,000 triangles by my reconing (9000 cubes x 6 sides x 2 triangles).
Is 16f/s normal for a low-end card for that many triangles would you think?
This is runnly Xith3D on Linux JOGL.
Incidentally, I managed to solve my previous display problems by downloading the latest SiS linux driver, and compiling/installing Mesa 5.
Note that the demo won’t run unless you fix and recompile the CubeTest.java
BufferedImage b = DirectBufferedImage.loadDirectImage(
"stone.jpg");
Cheers,
Will.