org.osm2world.core.target.jogl
Class JOGLTextureManager

Object
  extended by JOGLTextureManager

public class JOGLTextureManager
extends Object

loads textures from files to JOGL and keeps them available for future use


Constructor Summary
JOGLTextureManager(GL2 gl)
           
 
Method Summary
 Texture getTextureForFile(File file)
           
 void releaseAll()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOGLTextureManager

public JOGLTextureManager(GL2 gl)
Method Detail

getTextureForFile

public Texture getTextureForFile(File file)

releaseAll

public void releaseAll()