Uses of Interface
org.web3d.x3d.sai.Texturing.X3DSingleTextureNode
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of X3DSingleTextureNode in org.web3d.x3d.jsail.Shape
Modifier and TypeFieldDescriptionstatic final X3DSingleTextureNode
Material.AMBIENTTEXTURE_DEFAULT_VALUE
SFNode field named ambientTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
PhysicalMaterial.BASETEXTURE_DEFAULT_VALUE
SFNode field named baseTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
Material.DIFFUSETEXTURE_DEFAULT_VALUE
SFNode field named diffuseTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
Material.EMISSIVETEXTURE_DEFAULT_VALUE
SFNode field named emissiveTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
PhysicalMaterial.EMISSIVETEXTURE_DEFAULT_VALUE
SFNode field named emissiveTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
UnlitMaterial.EMISSIVETEXTURE_DEFAULT_VALUE
SFNode field named emissiveTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
PhysicalMaterial.METALLICROUGHNESSTEXTURE_DEFAULT_VALUE
SFNode field named metallicRoughnessTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
Material.NORMALTEXTURE_DEFAULT_VALUE
SFNode field named normalTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
PhysicalMaterial.NORMALTEXTURE_DEFAULT_VALUE
SFNode field named normalTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
UnlitMaterial.NORMALTEXTURE_DEFAULT_VALUE
SFNode field named normalTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
Material.OCCLUSIONTEXTURE_DEFAULT_VALUE
SFNode field named occlusionTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
PhysicalMaterial.OCCLUSIONTEXTURE_DEFAULT_VALUE
SFNode field named occlusionTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
Material.SHININESSTEXTURE_DEFAULT_VALUE
SFNode field named shininessTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DSingleTextureNode
Material.SPECULARTEXTURE_DEFAULT_VALUE
SFNode field named specularTexture has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionMaterial.getAmbientTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field ambientTexture.PhysicalMaterial.getBaseTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field baseTexture.Material.getDiffuseTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field diffuseTexture.Material.getEmissiveTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field emissiveTexture.PhysicalMaterial.getEmissiveTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field emissiveTexture.UnlitMaterial.getEmissiveTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field emissiveTexture.PhysicalMaterial.getMetallicRoughnessTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field metallicRoughnessTexture.Material.getNormalTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field normalTexture.PhysicalMaterial.getNormalTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field normalTexture.UnlitMaterial.getNormalTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field normalTexture.Material.getOcclusionTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field occlusionTexture.PhysicalMaterial.getOcclusionTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field occlusionTexture.Material.getShininessTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field shininessTexture.Material.getSpecularTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field specularTexture.Modifier and TypeMethodDescriptionMaterial.setAmbientTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field ambientTexture.PhysicalMaterial.setBaseTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field baseTexture.Material.setDiffuseTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field diffuseTexture.Material.setEmissiveTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field emissiveTexture.PhysicalMaterial.setEmissiveTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field emissiveTexture.UnlitMaterial.setEmissiveTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field emissiveTexture.PhysicalMaterial.setMetallicRoughnessTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field metallicRoughnessTexture.Material.setNormalTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field normalTexture.PhysicalMaterial.setNormalTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field normalTexture.UnlitMaterial.setNormalTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field normalTexture.Material.setOcclusionTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field occlusionTexture.PhysicalMaterial.setOcclusionTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field occlusionTexture.Material.setShininessTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field shininessTexture.Material.setSpecularTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field specularTexture. -
Uses of X3DSingleTextureNode 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.Modifier and TypeMethodDescriptionMultiTexture.setTexture
(ArrayList<X3DSingleTextureNode> newValue) Assign ArrayList value of MFNode texture field, similar toMultiTexture.setTexture(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DSingleTextureNode in org.web3d.x3d.sai.Shape
Modifier and TypeMethodDescriptionMaterial.getAmbientTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field ambientTexture.PhysicalMaterial.getBaseTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field baseTexture.Material.getDiffuseTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field diffuseTexture.Material.getEmissiveTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field emissiveTexture.PhysicalMaterial.getEmissiveTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field emissiveTexture.UnlitMaterial.getEmissiveTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field emissiveTexture.PhysicalMaterial.getMetallicRoughnessTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field metallicRoughnessTexture.Material.getNormalTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field normalTexture.PhysicalMaterial.getNormalTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field normalTexture.UnlitMaterial.getNormalTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field normalTexture.Material.getOcclusionTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field occlusionTexture.PhysicalMaterial.getOcclusionTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field occlusionTexture.Material.getShininessTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field shininessTexture.Material.getSpecularTexture()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) from inputOutput SFNode field specularTexture.Modifier and TypeMethodDescriptionMaterial.setAmbientTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field ambientTexture.PhysicalMaterial.setBaseTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field baseTexture.Material.setDiffuseTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field diffuseTexture.Material.setEmissiveTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field emissiveTexture.PhysicalMaterial.setEmissiveTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field emissiveTexture.UnlitMaterial.setEmissiveTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field emissiveTexture.PhysicalMaterial.setMetallicRoughnessTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field metallicRoughnessTexture.Material.setNormalTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field normalTexture.PhysicalMaterial.setNormalTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field normalTexture.UnlitMaterial.setNormalTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field normalTexture.Material.setOcclusionTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field occlusionTexture.PhysicalMaterial.setOcclusionTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field occlusionTexture.Material.setShininessTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field shininessTexture.Material.setSpecularTexture
(X3DSingleTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureNode instance (using a properly typed node) to inputOutput SFNode field specularTexture. -
Uses of X3DSingleTextureNode 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.interface
Base type for all nodes which specify 2D sources for texture images.Modifier and TypeMethodDescriptionX3DSingleTextureNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DSingleTextureNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.