| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.addValue(SFMatrix4fObject newValue)
Add singleton SFMatrix4fObject value to MFMatrix4f value field.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setName(SFStringObject newValue)
Assign typed object value to SFString name field, similar to
setName(String). |
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setUSE(Matrix4VertexAttributeObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setValue(float[] newValue)
Assign float array to inputOutput MFMatrix4f field named value.
|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setValue(MFMatrix4fObject newValue)
Assign typed object MFMatrix4f value field, similar to
setValue(float[]). |
| Modifier and Type | Method and Description |
|---|---|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.setUSE(Matrix4VertexAttributeObject 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.