Uses of Interface
org.web3d.x3d.sai.Texturing.TextureProperties
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 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 Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
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.
-
Uses of TextureProperties in org.web3d.x3d.jsail.CubeMapTexturing
Modifier and TypeFieldDescriptionstatic final TextureProperties
ComposedCubeMapTexture.TEXTUREPROPERTIES_DEFAULT_VALUE
SFNode field named textureProperties has default value null (Java syntax) or NULL (XML syntax).static final TextureProperties
GeneratedCubeMapTexture.TEXTUREPROPERTIES_DEFAULT_VALUE
SFNode field named textureProperties has default value null (Java syntax) or NULL (XML syntax).static final TextureProperties
ImageCubeMapTexture.TEXTUREPROPERTIES_DEFAULT_VALUE
SFNode field named textureProperties has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionComposedCubeMapTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.GeneratedCubeMapTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.ImageCubeMapTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.Modifier and TypeMethodDescriptionComposedCubeMapTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.GeneratedCubeMapTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageCubeMapTexture.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 TextureProperties in org.web3d.x3d.jsail.Texturing
Modifier and TypeClassDescriptionclass
TextureProperties allows precise fine-grained control over application of image textures to geometry.Modifier and TypeFieldDescriptionstatic final TextureProperties
ImageTexture.TEXTUREPROPERTIES_DEFAULT_VALUE
SFNode field named textureProperties has default value null (Java syntax) or NULL (XML syntax).static final TextureProperties
MovieTexture.TEXTUREPROPERTIES_DEFAULT_VALUE
SFNode field named textureProperties has default value null (Java syntax) or NULL (XML syntax).static final TextureProperties
PixelTexture.TEXTUREPROPERTIES_DEFAULT_VALUE
SFNode field named textureProperties has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionImageTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.MovieTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.PixelTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.Modifier and TypeMethodDescriptionImageTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.MovieTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.PixelTexture.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 TextureProperties in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeFieldDescriptionstatic final TextureProperties
ComposedTexture3D.TEXTUREPROPERTIES_DEFAULT_VALUE
SFNode field named textureProperties has default value null (Java syntax) or NULL (XML syntax).static final TextureProperties
ImageTexture3D.TEXTUREPROPERTIES_DEFAULT_VALUE
SFNode field named textureProperties has default value null (Java syntax) or NULL (XML syntax).static final TextureProperties
PixelTexture3D.TEXTUREPROPERTIES_DEFAULT_VALUE
SFNode field named textureProperties has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionComposedTexture3D.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.ImageTexture3D.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.PixelTexture3D.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.Modifier and TypeMethodDescriptionComposedTexture3D.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageTexture3D.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.PixelTexture3D.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 TextureProperties in org.web3d.x3d.sai.CubeMapTexturing
Modifier and TypeMethodDescriptionComposedCubeMapTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.GeneratedCubeMapTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.ImageCubeMapTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.Modifier and TypeMethodDescriptionComposedCubeMapTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.GeneratedCubeMapTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageCubeMapTexture.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 TextureProperties in org.web3d.x3d.sai.Texturing
Modifier and TypeMethodDescriptionImageTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.MovieTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.PixelTexture.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.X3DTexture2DNode.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.TextureProperties.setAnisotropicDegree
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named anisotropicDegree.TextureProperties.setBorderColor
(float[] newValue) Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named borderColor.TextureProperties.setBorderWidth
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named borderWidth.TextureProperties.setBoundaryModeR
(String newValue) Accessor method to assign String enumeration value ("CLAMP" | "CLAMP_TO_EDGE" | "CLAMP_TO_BOUNDARY" | "MIRRORED_REPEAT" | "REPEAT") to inputOutput SFString field named boundaryModeR.TextureProperties.setBoundaryModeS
(String newValue) Accessor method to assign String enumeration value ("CLAMP" | "CLAMP_TO_EDGE" | "CLAMP_TO_BOUNDARY" | "MIRRORED_REPEAT" | "REPEAT") to inputOutput SFString field named boundaryModeS.TextureProperties.setBoundaryModeT
(String newValue) Accessor method to assign String enumeration value ("CLAMP" | "CLAMP_TO_EDGE" | "CLAMP_TO_BOUNDARY" | "MIRRORED_REPEAT" | "REPEAT") to inputOutput SFString field named boundaryModeT.TextureProperties.setGenerateMipMaps
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named generateMipMaps.TextureProperties.setMagnificationFilter
(String newValue) Accessor method to assign String enumeration value ("AVG_PIXEL" | "DEFAULT" | "FASTEST" | "NEAREST_PIXEL" | "NICEST") to inputOutput SFString field named magnificationFilter.TextureProperties.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureProperties.setMinificationFilter
(String newValue) Accessor method to assign String enumeration value ("AVG_PIXEL" | "AVG_PIXEL_AVG_MIPMAP" | "AVG_PIXEL_NEAREST_MIPMAP" | "DEFAULT" | "FASTEST" | "NEAREST_PIXEL" | "NEAREST_PIXEL_AVG_MIPMAP" | "NEAREST_PIXEL_NEAREST_MIPMAP" | "NICEST") to inputOutput SFString field named minificationFilter.TextureProperties.setTextureCompression
(String newValue) Accessor method to assign String enumeration value ("DEFAULT" | "FASTEST" | "HIGH" | "LOW" | "MEDIUM" | "NICEST") to inputOutput SFString field named textureCompression.TextureProperties.setTexturePriority
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named texturePriority.Modifier and TypeMethodDescriptionImageTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.MovieTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.PixelTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.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 TextureProperties in org.web3d.x3d.sai.Texturing3D
Modifier and TypeMethodDescriptionComposedTexture3D.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.ImageTexture3D.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.PixelTexture3D.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.X3DTexture3DNode.getTextureProperties()
Provide org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.Modifier and TypeMethodDescriptionComposedTexture3D.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageTexture3D.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.PixelTexture3D.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.X3DTexture3DNode.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.