|
Hi all,
I have a terrain generated using the
TriangleStripArray, and a model running on the terrain. The fps is around
52.
When I set a texture to it using the code stated
below,
TextureLoader load = new TextureLoader("grass.jpg", null); Texture texture = load.getTexture();
appearance.setTexture(text);
my frame rate drops to an all time low of
10fps.
Any suggestion?
Thanks in advance.
- Alex -
|
- Re: [JAVA3D] Texture Loading/Choppy Frame Rates Alex Hew
- Re: [JAVA3D] Texture Loading/Choppy Frame Rate... John Wright
- Re: [JAVA3D] Texture Loading/Choppy Frame ... Alex Hew
- Re: [JAVA3D] Texture Loading/Choppy Fr... John Wright
- [JAVA3D] volume rendering and surface ... Marcelo Costa Oliveira
- Re: [JAVA3D] volume rendering and ... Justin Couch
- Re: [JAVA3D] volume rendering... Marcelo Costa Oliveira
- Re: [JAVA3D] Texture Loading/Choppy Frame Rate... Carlos D Correa
- Re: [JAVA3D] Texture Loading/Choppy Frame ... Alex Hew
- Re: [JAVA3D] Texture Loading/Choppy Fr... chris Thorne
- [JAVA3D] texture coordinate set chris Thorne
