| 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 |
|---|---|
TextureCoordinate3DObject |
TextureCoordinate3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.addPoint(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f point field.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
TextureCoordinate3DObject |
TextureCoordinate3DObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
TextureCoordinate3DObject |
TextureCoordinate3DObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.setPoint(float[] newValue)
Assign 3-tuple float array to inputOutput MFVec3f field named point.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.setPoint(MFVec3fObject newValue)
Assign typed object value to MFVec3f point field, similar to
setPoint(float[]). |
TextureCoordinate3DObject |
TextureCoordinate3DObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
TextureCoordinate3DObject |
TextureCoordinate3DObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
TextureCoordinate3DObject |
TextureCoordinate3DObject.setUSE(TextureCoordinate3DObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
TextureCoordinate3DObject |
TextureCoordinate3DObject.setUSE(TextureCoordinate3DObject 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.