Uses of Interface
org.web3d.x3d.sai.Texturing.X3DTexture2DNode
Packages that use 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
Methods in org.web3d.x3d.jsail.CubeMapTexturing that return X3DTexture2DNodeModifier and TypeMethodDescriptionComposedCubeMapTexture.getBackTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field backTexture.static final X3DTexture2DNode
ComposedCubeMapTexture.getBackTextureDefault()
Public accessor for private default valueComposedCubeMapTexture.getBottomTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field bottomTexture.static final X3DTexture2DNode
ComposedCubeMapTexture.getBottomTextureDefault()
Public accessor for private default valueComposedCubeMapTexture.getFrontTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field frontTexture.static final X3DTexture2DNode
ComposedCubeMapTexture.getFrontTextureDefault()
Public accessor for private default valueComposedCubeMapTexture.getLeftTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field leftTexture.static final X3DTexture2DNode
ComposedCubeMapTexture.getLeftTextureDefault()
Public accessor for private default valueComposedCubeMapTexture.getRightTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field rightTexture.static final X3DTexture2DNode
ComposedCubeMapTexture.getRightTextureDefault()
Public accessor for private default valueComposedCubeMapTexture.getTopTexture()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field topTexture.static final X3DTexture2DNode
ComposedCubeMapTexture.getTopTextureDefault()
Public accessor for private default valueMethods in org.web3d.x3d.jsail.CubeMapTexturing with parameters of type X3DTexture2DNodeModifier 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
Methods in org.web3d.x3d.jsail.TextureProjection that return X3DTexture2DNodeModifier 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.static final X3DTexture2DNode
TextureProjector.getTextureDefault()
Public accessor for private default valuestatic final X3DTexture2DNode
TextureProjectorParallel.getTextureDefault()
Public accessor for private default valueMethods in org.web3d.x3d.jsail.TextureProjection with parameters of type X3DTexture2DNodeModifier 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
Classes in org.web3d.x3d.jsail.Texturing that implement X3DTexture2DNodeModifier 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
Method parameters in org.web3d.x3d.jsail.Texturing3D with type arguments of type X3DTexture2DNodeModifier 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
Methods in org.web3d.x3d.jsail.VolumeRendering that return X3DTexture2DNodeModifier and TypeMethodDescriptionBlendedVolumeStyle.getWeightTransferFunction1()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction1.static final X3DTexture2DNode
BlendedVolumeStyle.getWeightTransferFunction1Default()
Public accessor for private default valueBlendedVolumeStyle.getWeightTransferFunction2()
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction2.static final X3DTexture2DNode
BlendedVolumeStyle.getWeightTransferFunction2Default()
Public accessor for private default valueMethods in org.web3d.x3d.jsail.VolumeRendering with parameters of type X3DTexture2DNodeModifier 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
Methods in org.web3d.x3d.sai.CubeMapTexturing that return X3DTexture2DNodeModifier 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.Methods in org.web3d.x3d.sai.CubeMapTexturing with parameters of type X3DTexture2DNodeModifier 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
Methods in org.web3d.x3d.sai.TextureProjection that return X3DTexture2DNodeModifier 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.Methods in org.web3d.x3d.sai.TextureProjection with parameters of type X3DTexture2DNodeModifier 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
Subinterfaces of X3DTexture2DNode in org.web3d.x3d.sai.TexturingModifier 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.Methods in org.web3d.x3d.sai.Texturing that return X3DTexture2DNodeModifier 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
Methods in org.web3d.x3d.sai.VolumeRendering that return X3DTexture2DNodeModifier 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.Methods in org.web3d.x3d.sai.VolumeRendering with parameters of type X3DTexture2DNodeModifier 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.