Uses of Class
gl4java.utils.textures.IOTextureLoader

Packages that use IOTextureLoader
gl4java.utils.textures   
 

Uses of IOTextureLoader in gl4java.utils.textures
 

Subclasses of IOTextureLoader in gl4java.utils.textures
 class PngTextureLoader
          This is Class implements the PNG texture-loader while using the png-library in package "com.sixlegs.image.png" !
 class PPMAsciiTextureLoader
          This is Class implements the PPM-Ascii texture-loader !
 class TGATextureLoader
          This is Class implements a TGA texture-loader ! At this time, this loader only supports loading files, which are saved with the TGATextureGrabber ! This means: 24 bpp, RGB, uncompressed, no-colormap, no image id-field !