Uses of Class
org.osm2world.core.target.jogl.JOGLTextureManager

Packages that use JOGLTextureManager
org.osm2world.core.target.jogl   
 

Uses of JOGLTextureManager in org.osm2world.core.target.jogl
 

Methods in org.osm2world.core.target.jogl with parameters of type JOGLTextureManager
static void JOGLTarget.drawBackgoundImage(GL2 gl, File backgroundImage, int startPixelX, int startPixelY, int pixelWidth, int pixelHeight, JOGLTextureManager textureManager)