| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Rendering |
The Rendering component includes fundamental rendering primitives such as TriangleSet
and PointSet nodes, as well as geometric properties nodes that define how coordinate
indices, colors, normals and texture coordinates are specified.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateObject |
CoordinateObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CoordinateObject |
CoordinateObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
CoordinateObject |
CoordinateObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
CoordinateObject |
CoordinateObject.addPoint(SFVec3fObject newValue)
Add singleton SFVec3fObject value to MFVec3f point field.
|
CoordinateObject |
CoordinateObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
CoordinateObject |
CoordinateObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
CoordinateObject |
CoordinateObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CoordinateObject |
CoordinateObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
CoordinateObject |
CoordinateObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CoordinateObject |
CoordinateObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
CoordinateObject |
CoordinateObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
CoordinateObject |
CoordinateObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CoordinateObject |
CoordinateObject.setPoint(float[] newValue)
Assign 3-tuple float array to inputOutput MFVec3f field named point.
|
CoordinateObject |
CoordinateObject.setPoint(MFVec3fObject newValue)
Assign typed object value to MFVec3f point field, similar to
setPoint(float[]). |
CoordinateObject |
CoordinateObject.setUSE(CoordinateObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
CoordinateObject |
CoordinateObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
CoordinateObject |
CoordinateObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateObject |
CoordinateObject.setUSE(CoordinateObject 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.