| 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 |
|---|---|
FloatVertexAttributeObject |
FloatVertexAttributeObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.addValue(float newValue)
Add singleton float value to MFFloat value field.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.addValue(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat value field.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.clearValue()
Utility method to clear MFFloat value field.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
FloatVertexAttributeObject |
FloatVertexAttributeObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
FloatVertexAttributeObject |
FloatVertexAttributeObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setName(SFStringObject newValue)
Assign typed object value to SFString name field, similar to
setName(String). |
FloatVertexAttributeObject |
FloatVertexAttributeObject.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setNumComponents(int newValue)
Assign int value within allowed range of [1,4] to initializeOnly SFInt32 field named numComponents.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setNumComponents(SFInt32Object newValue)
Assign typed object value to SFInt32 numComponents field, similar to
setNumComponents(int). |
FloatVertexAttributeObject |
FloatVertexAttributeObject.setUSE(FloatVertexAttributeObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
FloatVertexAttributeObject |
FloatVertexAttributeObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
FloatVertexAttributeObject |
FloatVertexAttributeObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setValue(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList MFFloat value field, similar to
setValue(float[]). |
FloatVertexAttributeObject |
FloatVertexAttributeObject.setValue(float[] newValue)
Assign Float array to inputOutput MFFloat field named value.
|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setValue(int[] newValue)
Assign floating-point array MFFloat value field, similar to
setValue(float[]). |
FloatVertexAttributeObject |
FloatVertexAttributeObject.setValue(MFFloatObject newValue)
Assign typed object MFFloat value field, similar to
setValue(float[]). |
| Modifier and Type | Method and Description |
|---|---|
FloatVertexAttributeObject |
FloatVertexAttributeObject.setUSE(FloatVertexAttributeObject 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.