|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextureComponent3D | |
org.j3d.aviatrix3d | A lightweight Object Oriented wrapper for OpenGL. |
Uses of TextureComponent3D in org.j3d.aviatrix3d |
Subclasses of TextureComponent3D in org.j3d.aviatrix3d | |
class |
ByteTextureComponent3D
A texture component that wraps a 3D image described as a collection of bytes. |
class |
ImageTextureComponent3D
A texture component that wraps a 3D image. |
Constructors in org.j3d.aviatrix3d with parameters of type TextureComponent3D | |
Texture3D(int format,
TextureComponent3D singleImage)
Constructs a texture using just a single image, thus setting it initially as MODE_BASE_LEVEL. |
|
Texture3D(int format,
TextureComponent3D[] images,
int num)
Constructs a 3D texture with the specified images. |
|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |