org.xith3d.loaders.texture
Class Xith3DTextureFactory3D
java.lang.Object
org.jagatoo.loaders.textures.TextureFactory
org.xith3d.loaders.texture.Xith3DTextureFactory3D
public class Xith3DTextureFactory3D
- extends org.jagatoo.loaders.textures.TextureFactory
Xith3D implementation of TextureFactory for 3D-textures.
|
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 |
Xith3DTextureFactory3D
public Xith3DTextureFactory3D(int depth)
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