Hi,
i’m using textures in a jogl applet. When it is used from NetBeans it works perfectly every time. If it is deployed and viewed on a web page with Explorer on Vista it works the first time, but the second the textures seem to have disappeared (Some strange images are visible). It could have something to do with the Applet life cycle, but nothing is executed in init(). Everything is initiated in start.
Has somebody experienced something similar?
I guess it could have something to do with texture memory, but since the textures are reallocated every time, they should be visible the second time, but eventually it should run out of texture memory.