Uses of Interface
org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode
Packages that use X3DEnvironmentTextureNode
Package
Description
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
-
Uses of X3DEnvironmentTextureNode in org.web3d.x3d.jsail.CubeMapTexturing
Classes in org.web3d.x3d.jsail.CubeMapTexturing that implement X3DEnvironmentTextureNodeModifier and TypeClassDescriptionclassComposedCubeMapTexture is a texture node that defines a cubic environment map source as an explicit set of images drawn from individual 2D texture nodes.classGeneratedCubeMapTexture is a texture node that defines a cubic environment map that sources its data from internally generated images.classImageCubeMapTexture is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side. -
Uses of X3DEnvironmentTextureNode in org.web3d.x3d.jsail.Lighting
Fields in org.web3d.x3d.jsail.Lighting declared as X3DEnvironmentTextureNodeModifier and TypeFieldDescriptionstatic final X3DEnvironmentTextureNodeEnvironmentLight.DIFFUSETEXTURE_DEFAULT_VALUESFNode field named diffuseTexture has default value null (Java syntax) or NULL (XML syntax).static final X3DEnvironmentTextureNodeEnvironmentLight.SPECULARTEXTURE_DEFAULT_VALUESFNode field named specularTexture has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Lighting that return X3DEnvironmentTextureNodeModifier and TypeMethodDescriptionEnvironmentLight.getDiffuseTexture()Provide org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode instance (using a properly typed node) from inputOutput SFNode field diffuseTexture.static final X3DEnvironmentTextureNodeEnvironmentLight.getDiffuseTextureDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode.EnvironmentLight.getSpecularTexture()Provide org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode instance (using a properly typed node) from inputOutput SFNode field specularTexture.static final X3DEnvironmentTextureNodeEnvironmentLight.getSpecularTextureDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode.Methods in org.web3d.x3d.jsail.Lighting with parameters of type X3DEnvironmentTextureNodeModifier and TypeMethodDescriptionEnvironmentLight.setDiffuseTexture(X3DEnvironmentTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode instance (using a properly typed node) to inputOutput SFNode field diffuseTexture.EnvironmentLight.setSpecularTexture(X3DEnvironmentTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode instance (using a properly typed node) to inputOutput SFNode field specularTexture. -
Uses of X3DEnvironmentTextureNode in org.web3d.x3d.sai.CubeMapTexturing
Subinterfaces of X3DEnvironmentTextureNode in org.web3d.x3d.sai.CubeMapTexturingModifier and TypeInterfaceDescriptioninterfaceComposedCubeMapTexture is a texture node that defines a cubic environment map source as an explicit set of images drawn from individual 2D texture nodes.interfaceGeneratedCubeMapTexture is a texture node that defines a cubic environment map that sources its data from internally generated images.interfaceImageCubeMapTexture is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side.Methods in org.web3d.x3d.sai.CubeMapTexturing that return X3DEnvironmentTextureNodeModifier and TypeMethodDescriptionX3DEnvironmentTextureNode.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DEnvironmentTextureNode.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of X3DEnvironmentTextureNode in org.web3d.x3d.sai.Lighting
Methods in org.web3d.x3d.sai.Lighting that return X3DEnvironmentTextureNodeModifier and TypeMethodDescriptionEnvironmentLight.getDiffuseTexture()Provide org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode instance (using a properly typed node) from inputOutput SFNode field diffuseTexture.EnvironmentLight.getSpecularTexture()Provide org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode instance (using a properly typed node) from inputOutput SFNode field specularTexture.Methods in org.web3d.x3d.sai.Lighting with parameters of type X3DEnvironmentTextureNodeModifier and TypeMethodDescriptionEnvironmentLight.setDiffuseTexture(X3DEnvironmentTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode instance (using a properly typed node) to inputOutput SFNode field diffuseTexture.EnvironmentLight.setSpecularTexture(X3DEnvironmentTextureNode newValue) Accessor method to assign org.web3d.x3d.sai.CubeMapTexturing.X3DEnvironmentTextureNode instance (using a properly typed node) to inputOutput SFNode field specularTexture.