Module gl1
Package de.grogra.gl

Class Texture

java.lang.Object
de.grogra.gl.Texture

public class Texture extends 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 Details

    • Texture

      public Texture()