Uses of Class
opengl.common.TextureReader.Texture

Packages that use TextureReader.Texture
opengl.common   
 

Uses of TextureReader.Texture in opengl.common
 

Methods in opengl.common that return TextureReader.Texture
static TextureReader.Texture TextureReader.readGrayscaleTexture(java.lang.String filename)
           
static TextureReader.Texture TextureReader.readTexture(java.lang.String filename)
           
static TextureReader.Texture TextureReader.readTexture(java.lang.String filename, boolean storeAlphaChannel)