|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextureComponent1D | |
org.j3d.aviatrix3d | A lightweight Object Oriented wrapper for OpenGL. |
Uses of TextureComponent1D in org.j3d.aviatrix3d |
Subclasses of TextureComponent1D in org.j3d.aviatrix3d | |
class |
ByteTextureComponent1D
A Texture component that uses raw byte data to be interpreted by the format IDs passed in. |
Constructors in org.j3d.aviatrix3d with parameters of type TextureComponent1D | |
Texture1D(int format,
TextureComponent1D singleImage)
Constructs a texture using just a single image, thus setting it initially as MODE_BASE_LEVEL. |
|
Texture1D(int format,
TextureComponent1D[] srcImages,
int num)
Constructs a 1D texture with the specified images. |
|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |