| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| 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.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| 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 |
|---|---|
X3DTextureTransformNode |
AppearanceObject.getTextureTransform()
Provide X3DTextureTransformNode instance (using a properly typed node) from inputOutput SFNode field textureTransform.
|
| Modifier and Type | Method and Description |
|---|---|
AppearanceObject |
AppearanceObject.setTextureTransform(X3DTextureTransformNode newValue)
Assign X3DTextureTransformNode instance (using a properly typed node) to inputOutput SFNode field textureTransform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiTextureTransformObject
X3D node tooltip: [X3DTextureTransformNode] MultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.
|
class |
TextureTransformObject
X3D node tooltip: [X3DTextureTransformNode] TextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.
|
| Modifier and Type | Method and Description |
|---|---|
MultiTextureTransformObject |
MultiTextureTransformObject.setTextureTransform(java.util.ArrayList<X3DTextureTransformNode> newValue)
Assign ArrayList value of MFNode textureTransform field, similar to
MultiTextureTransformObject.setTextureTransform(X3DNode[]). |
| Modifier and Type | Class and Description |
|---|---|
class |
TextureTransform3DObject
X3D node tooltip: (X3D version 3.1 or later) [X3DTextureTransformNode] TextureTransform3D applies a 3D transformation to texture coordinates.
|
class |
TextureTransformMatrix3DObject
X3D node tooltip: (X3D version 3.1 or later) [X3DTextureTransformNode] TextureTransformMatrix3D applies a 3D transformation to texture coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
X3DTextureTransformNode |
Appearance.getTextureTransform()
Provide X3DTextureTransformNode instance (using a properly typed node) from inputOutput SFNode field textureTransform.
|
| Modifier and Type | Method and Description |
|---|---|
Appearance |
Appearance.setTextureTransform(X3DTextureTransformNode newValue)
Assign X3DTextureTransformNode instance (using a properly typed node) to inputOutput SFNode field textureTransform.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiTextureTransform
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TextureTransform
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DTextureTransformNode |
X3DTextureTransformNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DTextureTransformNode |
X3DTextureTransformNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DTextureTransformNode |
X3DTextureTransformNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DTextureTransformNode |
X3DTextureTransformNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TextureTransform3D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TextureTransformMatrix3D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.