Uses of Interface
org.web3d.x3d.sai.Texturing.X3DTexture2DNode
Package
Description
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
TextureProjection nodes project texture images onto geometry in a scene.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
TextureProjection nodes project texture images onto geometry in a scene.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of X3DTexture2DNode in org.web3d.x3d.jsail.CubeMapTexturing
Modifier and TypeFieldDescriptionstatic final X3DTexture2DNode
ComposedCubeMapTexture.BACKTEXTURE_DEFAULT_VALUE
SFNode field named backTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture2DNode
ComposedCubeMapTexture.BOTTOMTEXTURE_DEFAULT_VALUE
SFNode field named bottomTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture2DNode
ComposedCubeMapTexture.FRONTTEXTURE_DEFAULT_VALUE
SFNode field named frontTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture2DNode
ComposedCubeMapTexture.LEFTTEXTURE_DEFAULT_VALUE
SFNode field named leftTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture2DNode
ComposedCubeMapTexture.RIGHTTEXTURE_DEFAULT_VALUE
SFNode field named rightTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture2DNode
ComposedCubeMapTexture.TOPTEXTURE_DEFAULT_VALUE
SFNode field named topTexture has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionComposedCubeMapTexture.getBackTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field backTexture.ComposedCubeMapTexture.getBottomTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field bottomTexture.ComposedCubeMapTexture.getFrontTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field frontTexture.ComposedCubeMapTexture.getLeftTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field leftTexture.ComposedCubeMapTexture.getRightTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field rightTexture.ComposedCubeMapTexture.getTopTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field topTexture.Modifier and TypeMethodDescriptionComposedCubeMapTexture.setBackTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field backTexture.ComposedCubeMapTexture.setBottomTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field bottomTexture.ComposedCubeMapTexture.setFrontTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field frontTexture.ComposedCubeMapTexture.setLeftTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field leftTexture.ComposedCubeMapTexture.setRightTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field rightTexture.ComposedCubeMapTexture.setTopTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field topTexture. -
Uses of X3DTexture2DNode in org.web3d.x3d.jsail.TextureProjection
Modifier and TypeFieldDescriptionstatic final X3DTexture2DNode
TextureProjector.TEXTURE_DEFAULT_VALUE
SFNode field named texture has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture2DNode
TextureProjectorParallel.TEXTURE_DEFAULT_VALUE
SFNode field named texture has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionTextureProjector.getTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field texture.TextureProjectorParallel.getTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field texture.Modifier and TypeMethodDescriptionTextureProjector.setTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field texture.TextureProjectorParallel.setTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field texture. -
Uses of X3DTexture2DNode in org.web3d.x3d.jsail.Texturing
Modifier and TypeClassDescriptionclass
ImageTexture maps a 2D-image file onto a geometric shape.class
MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.class
PixelTexture creates a 2D-image texture map using a numeric array of pixel values. -
Uses of X3DTexture2DNode in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeMethodDescriptionComposedTexture3D.setTexture
(ArrayList<X3DTexture2DNode> newValue) Assign ArrayList value of MFNode texture field, similar toComposedTexture3D.setTexture(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DTexture2DNode in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeFieldDescriptionstatic final X3DTexture2DNode
BlendedVolumeStyle.WEIGHTTRANSFERFUNCTION1_DEFAULT_VALUE
SFNode field named weightTransferFunction1 has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture2DNode
BlendedVolumeStyle.WEIGHTTRANSFERFUNCTION2_DEFAULT_VALUE
SFNode field named weightTransferFunction2 has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionBlendedVolumeStyle.getWeightTransferFunction1()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction1.BlendedVolumeStyle.getWeightTransferFunction2()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction2.Modifier and TypeMethodDescriptionBlendedVolumeStyle.setWeightTransferFunction1
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.BlendedVolumeStyle.setWeightTransferFunction2
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2. -
Uses of X3DTexture2DNode in org.web3d.x3d.sai.CubeMapTexturing
Modifier and TypeMethodDescriptionComposedCubeMapTexture.getBackTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field backTexture.ComposedCubeMapTexture.getBottomTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field bottomTexture.ComposedCubeMapTexture.getFrontTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field frontTexture.ComposedCubeMapTexture.getLeftTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field leftTexture.ComposedCubeMapTexture.getRightTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field rightTexture.ComposedCubeMapTexture.getTopTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field topTexture.Modifier and TypeMethodDescriptionComposedCubeMapTexture.setBackTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field backTexture.ComposedCubeMapTexture.setBottomTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field bottomTexture.ComposedCubeMapTexture.setFrontTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field frontTexture.ComposedCubeMapTexture.setLeftTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field leftTexture.ComposedCubeMapTexture.setRightTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field rightTexture.ComposedCubeMapTexture.setTopTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field topTexture. -
Uses of X3DTexture2DNode in org.web3d.x3d.sai.TextureProjection
Modifier and TypeMethodDescriptionTextureProjector.getTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field texture.TextureProjectorParallel.getTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field texture.X3DTextureProjectorNode.getTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field texture.Modifier and TypeMethodDescriptionTextureProjector.setTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field texture.TextureProjectorParallel.setTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field texture.X3DTextureProjectorNode.setTexture
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field texture. -
Uses of X3DTexture2DNode in org.web3d.x3d.sai.Texturing
Modifier and TypeInterfaceDescriptioninterface
ImageTexture maps a 2D-image file onto a geometric shape.interface
MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.interface
PixelTexture creates a 2D-image texture map using a numeric array of pixel values.Modifier and TypeMethodDescriptionX3DTexture2DNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DTexture2DNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DTexture2DNode.setRepeatS
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.X3DTexture2DNode.setRepeatT
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.X3DTexture2DNode.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties. -
Uses of X3DTexture2DNode in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionBlendedVolumeStyle.getWeightTransferFunction1()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction1.BlendedVolumeStyle.getWeightTransferFunction2()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction2.Modifier and TypeMethodDescriptionBlendedVolumeStyle.setWeightTransferFunction1
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.BlendedVolumeStyle.setWeightTransferFunction2
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2.