| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| Modifier and Type | Method and Description |
|---|---|
TextureTransformObject |
TextureTransformObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TextureTransformObject |
TextureTransformObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
TextureTransformObject |
TextureTransformObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
TextureTransformObject |
TextureTransformObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
TextureTransformObject |
TextureTransformObject.setCenter(float[] newValue)
Assign 2-tuple float array to inputOutput SFVec2f field named center.
|
TextureTransformObject |
TextureTransformObject.setCenter(float x,
float y)
Assign values to SFVec2f center field, similar to
setCenter(float[]). |
TextureTransformObject |
TextureTransformObject.setCenter(SFVec2fObject newValue)
Assign typed object value to SFVec2f center field, similar to
setCenter(float[]). |
TextureTransformObject |
TextureTransformObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
TextureTransformObject |
TextureTransformObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TextureTransformObject |
TextureTransformObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
TextureTransformObject |
TextureTransformObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TextureTransformObject |
TextureTransformObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
TextureTransformObject |
TextureTransformObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureTransformObject |
TextureTransformObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureTransformObject |
TextureTransformObject.setRotation(float newValue)
Assign float value unit axis, angle (in radians) to inputOutput SFFloat field named rotation.
|
TextureTransformObject |
TextureTransformObject.setRotation(SFFloatObject newValue)
Assign typed object value to SFFloat rotation field, similar to
setRotation(float). |
TextureTransformObject |
TextureTransformObject.setScale(float[] newValue)
Assign 2-tuple float array to inputOutput SFVec2f field named scale.
|
TextureTransformObject |
TextureTransformObject.setScale(float x,
float y)
Assign values to SFVec2f scale field, similar to
setScale(float[]). |
TextureTransformObject |
TextureTransformObject.setScale(SFVec2fObject newValue)
Assign typed object value to SFVec2f scale field, similar to
setScale(float[]). |
TextureTransformObject |
TextureTransformObject.setTranslation(float[] newValue)
Assign 2-tuple float array to inputOutput SFVec2f field named translation.
|
TextureTransformObject |
TextureTransformObject.setTranslation(float x,
float y)
Assign values to SFVec2f translation field, similar to
setTranslation(float[]). |
TextureTransformObject |
TextureTransformObject.setTranslation(SFVec2fObject newValue)
Assign typed object value to SFVec2f translation field, similar to
setTranslation(float[]). |
TextureTransformObject |
TextureTransformObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
TextureTransformObject |
TextureTransformObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
TextureTransformObject |
TextureTransformObject.setUSE(TextureTransformObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
TextureTransformObject |
TextureTransformObject.setUSE(TextureTransformObject 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.