| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CubeMapTexturing |
The Cube Map Environmental Texturing component describes how additional texturing
effects are defined to produce environmental effects such as reflections from objects.
|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.jsail.Texturing3D |
The Texturing3D component specifies how 3D volumetric textures describe surface properties
as data points in a volume of space, rather than a flat surface.
|
| org.web3d.x3d.sai.CubeMapTexturing |
The Cube Map Environmental Texturing component describes how additional texturing
effects are defined to produce environmental effects such as reflections from objects.
|
| org.web3d.x3d.sai.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.sai.Texturing3D |
The Texturing3D component specifies how 3D volumetric textures describe surface properties
as data points in a volume of space, rather than a flat surface.
|
| Modifier and Type | Method and Description |
|---|---|
TextureProperties |
GeneratedCubeMapTextureObject.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
ImageCubeMapTextureObject.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedCubeMapTextureObject |
GeneratedCubeMapTextureObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
ImageCubeMapTextureObject |
ImageCubeMapTextureObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TexturePropertiesObject
X3D node tooltip: [X3DNode] TextureProperties allows precise fine-grained control over application of image textures to geometry.
|
| Modifier and Type | Method and Description |
|---|---|
TextureProperties |
ImageTextureObject.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
MovieTextureObject.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
PixelTextureObject.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Method and Description |
|---|---|
ImageTextureObject |
ImageTextureObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
MovieTextureObject |
MovieTextureObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTextureObject |
PixelTextureObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Method and Description |
|---|---|
TextureProperties |
ComposedTexture3DObject.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
ImageTexture3DObject.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
PixelTexture3DObject.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedTexture3DObject |
ComposedTexture3DObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
ImageTexture3DObject |
ImageTexture3DObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTexture3DObject |
PixelTexture3DObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Method and Description |
|---|---|
TextureProperties |
GeneratedCubeMapTexture.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
ImageCubeMapTexture.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedCubeMapTexture |
GeneratedCubeMapTexture.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
ImageCubeMapTexture |
ImageCubeMapTexture.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Method and Description |
|---|---|
TextureProperties |
ImageTexture.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
MovieTexture.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
PixelTexture.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
X3DTexture2DNode.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
TextureProperties.setAnisotropicDegree(float newValue)
Assign float value within allowed range of [1,infinity) to inputOutput SFFloat field named anisotropicDegree.
|
TextureProperties |
TextureProperties.setBorderColor(float[] newValue)
Assign 4-tuple float array using RGBA values [0..1] using RGBA values [0..1] to inputOutput SFColorRGBA field named borderColor.
|
TextureProperties |
TextureProperties.setBorderWidth(int newValue)
Assign int value within allowed range of [0,infinity) to inputOutput SFInt32 field named borderWidth.
|
TextureProperties |
TextureProperties.setBoundaryModeR(java.lang.String newValue)
Assign String enumeration value ("CLAMP"|"CLAMP_TO_EDGE"|"CLAMP_TO_BOUNDARY"|"MIRRORED_REPEAT"|"REPEAT") ['CLAMP'|'CLAMP_TO_EDGE'|'CLAMP_TO_BOUNDARY'|'MIRRORED_REPEAT'|'REPEAT'] to inputOutput SFString field named boundaryModeR.
|
TextureProperties |
TextureProperties.setBoundaryModeS(java.lang.String newValue)
Assign String enumeration value ("CLAMP"|"CLAMP_TO_EDGE"|"CLAMP_TO_BOUNDARY"|"MIRRORED_REPEAT"|"REPEAT") ['CLAMP'|'CLAMP_TO_EDGE'|'CLAMP_TO_BOUNDARY'|'MIRRORED_REPEAT'|'REPEAT'] to inputOutput SFString field named boundaryModeS.
|
TextureProperties |
TextureProperties.setBoundaryModeT(java.lang.String newValue)
Assign String enumeration value ("CLAMP"|"CLAMP_TO_EDGE"|"CLAMP_TO_BOUNDARY"|"MIRRORED_REPEAT"|"REPEAT") ['CLAMP'|'CLAMP_TO_EDGE'|'CLAMP_TO_BOUNDARY'|'MIRRORED_REPEAT'|'REPEAT'] to inputOutput SFString field named boundaryModeT.
|
TextureProperties |
TextureProperties.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TextureProperties |
TextureProperties.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TextureProperties |
TextureProperties.setGenerateMipMaps(boolean newValue)
Assign boolean value to initializeOnly SFBool field named generateMipMaps.
|
TextureProperties |
TextureProperties.setMagnificationFilter(java.lang.String newValue)
Assign String enumeration value ("AVG_PIXEL"|"DEFAULT"|"FASTEST"|"NEAREST_PIXEL"|"NICEST") ['AVG_PIXEL'|'DEFAULT'|'FASTEST'|'NEAREST_PIXEL'|'NICEST'] to inputOutput SFString field named magnificationFilter.
|
TextureProperties |
TextureProperties.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureProperties |
TextureProperties.setMinificationFilter(java.lang.String newValue)
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") ['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 |
TextureProperties.setTextureCompression(java.lang.String newValue)
Assign String enumeration value ("DEFAULT"|"FASTEST"|"HIGH"|"LOW"|"MEDIUM"|"NICEST") ['DEFAULT'|'FASTEST'|'HIGH'|'LOW'|'MEDIUM'|'NICEST'] to inputOutput SFString field named textureCompression.
|
TextureProperties |
TextureProperties.setTexturePriority(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named texturePriority.
|
TextureProperties |
TextureProperties.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
ImageTexture |
ImageTexture.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
MovieTexture |
MovieTexture.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTexture |
PixelTexture.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
X3DTexture2DNode |
X3DTexture2DNode.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Method and Description |
|---|---|
TextureProperties |
ComposedTexture3D.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
ImageTexture3D.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
PixelTexture3D.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
TextureProperties |
X3DTexture3DNode.getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedTexture3D |
ComposedTexture3D.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
ImageTexture3D |
ImageTexture3D.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTexture3D |
PixelTexture3D.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
X3DTexture3DNode |
X3DTexture3DNode.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.