de.grogra.imp3d.gl
Class Texture

java.lang.Object
  extended by de.grogra.imp3d.gl.Texture

public class Texture
extends java.lang.Object

In GroIMP3D images are converted to OpenGL textures on demand. The result of such a conversion is an instance of this class, which provides all necessary information about the OpenGL texture.

Author:
nmi

Constructor Summary
Texture()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Texture

public Texture()