com.jme.util
Class DDSLoader

java.lang.Object
  extended bycom.jme.util.DDSLoader

public final class DDSLoader
extends java.lang.Object

DDSLoader is an image loader that reads in a DirectX DDS file. Currently only supports DXT1, DXT3 and DXT5 - RGB support will be added later.

Version:
$Id: DDSLoader.java,v 1.1 2005/02/10 21:48:26 renanse Exp $
Author:
Gareth Jenkins-Jones

Nested Class Summary
static class DDSLoader.DDSReader
          DDS reader
 
Method Summary
static Image loadImage(java.io.InputStream fis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadImage

public static Image loadImage(java.io.InputStream fis)
                       throws java.io.IOException
Throws:
java.io.IOException