-
Classes in org.web3d.x3d.jsail.CubeMapTexturing that implement X3DTextureNode
| Modifier and Type |
Class |
Description |
class |
ComposedCubeMapTextureObject |
ComposedCubeMapTexture is a texture node that defines a cubic environment map source as an explicit set of images drawn from individual 2D texture nodes.
|
class |
GeneratedCubeMapTextureObject |
GeneratedCubeMapTexture is a texture node that defines a cubic environment map that sources its data from internally generated images.
|
class |
ImageCubeMapTextureObject |
ImageCubeMapTexture is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side.
|
-
-
Classes in org.web3d.x3d.jsail.Texturing that implement X3DTextureNode
| Modifier and Type |
Class |
Description |
class |
ImageTextureObject |
ImageTexture maps a 2D-image file onto a geometric shape.
|
class |
MovieTextureObject |
MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.
|
class |
MultiTextureObject |
MultiTexture applies several individual textures to a single geometry node, enabling a variety of visual effects that include light mapping and environment mapping.
|
class |
PixelTextureObject |
PixelTexture creates a 2D-image texture map using a numeric array of pixel values.
|
-
-
Subinterfaces of X3DTextureNode in org.web3d.x3d.sai.CubeMapTexturing
| Modifier and Type |
Interface |
Description |
interface |
ComposedCubeMapTexture |
ComposedCubeMapTexture is a texture node that defines a cubic environment map source as an explicit set of images drawn from individual 2D texture nodes.
|
interface |
GeneratedCubeMapTexture |
GeneratedCubeMapTexture is a texture node that defines a cubic environment map that sources its data from internally generated images.
|
interface |
ImageCubeMapTexture |
ImageCubeMapTexture is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side.
|
interface |
X3DEnvironmentTextureNode |
Base type for all nodes that specify cubic environment map sources for texture images.
|
-
-
Subinterfaces of X3DTextureNode in org.web3d.x3d.sai.Texturing
| Modifier and Type |
Interface |
Description |
interface |
ImageTexture |
ImageTexture maps a 2D-image file onto a geometric shape.
|
interface |
MovieTexture |
MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.
|
interface |
MultiTexture |
MultiTexture applies several individual textures to a single geometry node, enabling a variety of visual effects that include light mapping and environment mapping.
|
interface |
PixelTexture |
PixelTexture creates a 2D-image texture map using a numeric array of pixel values.
|
interface |
X3DTexture2DNode |
Base type for all nodes which specify 2D sources for texture images.
|
-
Subinterfaces of X3DTextureNode in org.web3d.x3d.sai.Texturing3D
| Modifier and Type |
Interface |
Description |
interface |
ComposedTexture3D |
ComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths.
|
interface |
ImageTexture3D |
ImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.
|
interface |
PixelTexture3D |
PixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field).
|
interface |
X3DTexture3DNode |
Base type for all nodes that specify 3D sources for texture images.
|