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 -
 
 

Reply via email to