| 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 |
|---|---|
ComposedTexture3DObject |
ComposedTexture3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ComposedTexture3DObject |
ComposedTexture3DObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ComposedTexture3DObject |
ComposedTexture3DObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ComposedTexture3DObject |
ComposedTexture3DObject.addTexture(X3DNode newValue)
Add single child node to existing array of texture nodes (if any).
|
ComposedTexture3DObject |
ComposedTexture3DObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
ComposedTexture3DObject |
ComposedTexture3DObject.clearTexture()
Utility method to clear MFNode value of texture field.
|
ComposedTexture3DObject |
ComposedTexture3DObject.clearTextureProperties()
Utility method to clear SFNode value of textureProperties field.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ComposedTexture3DObject |
ComposedTexture3DObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ComposedTexture3DObject |
ComposedTexture3DObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatR(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatR.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatR(SFBoolObject newValue)
Assign typed object value to SFBool repeatR field, similar to
setRepeatR(boolean). |
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatS(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatS.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatS(SFBoolObject newValue)
Assign typed object value to SFBool repeatS field, similar to
setRepeatS(boolean). |
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatT(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatT.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setRepeatT(SFBoolObject newValue)
Assign typed object value to SFBool repeatT field, similar to
setRepeatT(boolean). |
ComposedTexture3DObject |
ComposedTexture3DObject.setTexture(java.util.ArrayList<X3DTexture2DNode> newValue)
Assign ArrayList value of MFNode texture field, similar to
setTexture(X3DNode[]). |
ComposedTexture3DObject |
ComposedTexture3DObject.setTexture(X3DConcreteNode newValue)
Utility method to set single SFNode as ComposedTexture3DObject texture.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setTexture(X3DNode[] newValue)
Assign X3DTexture2DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field texture.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
ComposedTexture3DObject |
ComposedTexture3DObject.setUSE(ComposedTexture3DObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
ComposedTexture3DObject |
ComposedTexture3DObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ComposedTexture3DObject |
ComposedTexture3DObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedTexture3DObject |
ComposedTexture3DObject.setUSE(ComposedTexture3DObject 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.