org.xith3d.loaders.texture
Class Xith3DTextureFactory3D

java.lang.Object
  extended by org.jagatoo.loaders.textures.TextureFactory
      extended by org.xith3d.loaders.texture.Xith3DTextureFactory3D

public class Xith3DTextureFactory3D
extends org.jagatoo.loaders.textures.TextureFactory

Xith3D implementation of TextureFactory for 3D-textures.


Constructor Summary
Xith3DTextureFactory3D(int depth)
           
 
Method Summary
 TextureImage3D createTextureImageImpl(int width, int height, int orgWidth, int orgHeight, int pixelSize, int dataSize, org.jagatoo.opengl.enums.TextureImageInternalFormat internalFormat, org.jagatoo.opengl.enums.TextureImageFormat format)
          
protected  Texture3D createTextureImpl(org.jagatoo.opengl.enums.TextureType type, org.jagatoo.opengl.enums.TextureFormat format)
           
 void skipOneImage()
           
 
Methods inherited from class org.jagatoo.loaders.textures.TextureFactory
createTexture, createTexture, createTexture, createTexture, createTextureImage, createTextureImage, createTextureImage, createTextureImage, createTextureImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xith3DTextureFactory3D

public Xith3DTextureFactory3D(int depth)
Method Detail

skipOneImage

public void skipOneImage()

createTextureImageImpl

public TextureImage3D createTextureImageImpl(int width,
                                             int height,
                                             int orgWidth,
                                             int orgHeight,
                                             int pixelSize,
                                             int dataSize,
                                             org.jagatoo.opengl.enums.TextureImageInternalFormat internalFormat,
                                             org.jagatoo.opengl.enums.TextureImageFormat format)

Specified by:
createTextureImageImpl in class org.jagatoo.loaders.textures.TextureFactory

createTextureImpl

protected Texture3D createTextureImpl(org.jagatoo.opengl.enums.TextureType type,
                                      org.jagatoo.opengl.enums.TextureFormat format)
Specified by:
createTextureImpl in class org.jagatoo.loaders.textures.TextureFactory