| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setMatrix(float[] newValue)
Assign float array to inputOutput SFMatrix4f field named matrix.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setMatrix(SFMatrix4fObject newValue)
Assign typed object value to SFMatrix4f matrix field, similar to
setMatrix(float[]). |
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setUSE(TextureTransformMatrix3DObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setUSE(TextureTransformMatrix3DObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.