| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| Modifier and Type | Method and Description |
|---|---|
ElevationGridObject |
ElevationGridObject.addAttrib(X3DNode newValue)
Add single child node to existing array of attrib nodes (if any).
|
ElevationGridObject |
ElevationGridObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ElevationGridObject |
ElevationGridObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ElevationGridObject |
ElevationGridObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ElevationGridObject |
ElevationGridObject.addHeight(float newValue)
Add singleton float value to MFFloat height field.
|
ElevationGridObject |
ElevationGridObject.addHeight(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat height field.
|
ElevationGridObject |
ElevationGridObject.clearAttrib()
Utility method to clear MFNode value of attrib field.
|
ElevationGridObject |
ElevationGridObject.clearColor()
Utility method to clear SFNode value of color field.
|
ElevationGridObject |
ElevationGridObject.clearFogCoord()
Utility method to clear SFNode value of fogCoord field.
|
ElevationGridObject |
ElevationGridObject.clearHeight()
Utility method to clear MFFloat value of height field.
|
ElevationGridObject |
ElevationGridObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
ElevationGridObject |
ElevationGridObject.clearNormal()
Utility method to clear SFNode value of normal field.
|
ElevationGridObject |
ElevationGridObject.clearTexCoord()
Utility method to clear SFNode value of texCoord field.
|
ElevationGridObject |
ElevationGridObject.setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)
Assign ArrayList value of MFNode attrib field, similar to
setAttrib(X3DNode[]). |
ElevationGridObject |
ElevationGridObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as ElevationGridObject attrib.
|
ElevationGridObject |
ElevationGridObject.setAttrib(X3DNode[] newValue)
Assign X3DVertexAttributeNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
ElevationGridObject |
ElevationGridObject.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
ElevationGridObject |
ElevationGridObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
setCcw(boolean). |
ElevationGridObject |
ElevationGridObject.setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.
|
ElevationGridObject |
ElevationGridObject.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
ElevationGridObject |
ElevationGridObject.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
ElevationGridObject |
ElevationGridObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
setColorPerVertex(boolean). |
ElevationGridObject |
ElevationGridObject.setCreaseAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of [0,infinity) to initializeOnly SFFloat field named creaseAngle.
|
ElevationGridObject |
ElevationGridObject.setCreaseAngle(SFFloatObject newValue)
Assign typed object value to SFFloat creaseAngle field, similar to
setCreaseAngle(float). |
ElevationGridObject |
ElevationGridObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ElevationGridObject |
ElevationGridObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ElevationGridObject |
ElevationGridObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ElevationGridObject |
ElevationGridObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ElevationGridObject |
ElevationGridObject.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
ElevationGridObject |
ElevationGridObject.setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
ElevationGridObject |
ElevationGridObject.setHeight(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat height field, similar to
setHeight(float[]). |
ElevationGridObject |
ElevationGridObject.setHeight(float[] newValue)
Assign Float array to initializeOnly MFFloat field named height.
|
ElevationGridObject |
ElevationGridObject.setHeight(int[] newValue)
Assign floating-point array value of MFFloat height field, similar to
setHeight(float[]). |
ElevationGridObject |
ElevationGridObject.setHeight(MFFloatObject newValue)
Assign typed object value to MFFloat height field, similar to
setHeight(float[]). |
ElevationGridObject |
ElevationGridObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ElevationGridObject |
ElevationGridObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ElevationGridObject |
ElevationGridObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ElevationGridObject |
ElevationGridObject.setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.
|
ElevationGridObject |
ElevationGridObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
ElevationGridObject |
ElevationGridObject.setNormalPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
ElevationGridObject |
ElevationGridObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
setNormalPerVertex(boolean). |
ElevationGridObject |
ElevationGridObject.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
ElevationGridObject |
ElevationGridObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
setSolid(boolean). |
ElevationGridObject |
ElevationGridObject.setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.
|
ElevationGridObject |
ElevationGridObject.setTexCoord(X3DTextureCoordinateNode newValue)
Assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
ElevationGridObject |
ElevationGridObject.setUSE(ElevationGridObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
ElevationGridObject |
ElevationGridObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ElevationGridObject |
ElevationGridObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
ElevationGridObject |
ElevationGridObject.setXDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named xDimension.
|
ElevationGridObject |
ElevationGridObject.setXDimension(SFInt32Object newValue)
Assign typed object value to SFInt32 xDimension field, similar to
setXDimension(int). |
ElevationGridObject |
ElevationGridObject.setXSpacing(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named xSpacing.
|
ElevationGridObject |
ElevationGridObject.setXSpacing(SFFloatObject newValue)
Assign typed object value to SFFloat xSpacing field, similar to
setXSpacing(float). |
ElevationGridObject |
ElevationGridObject.setZDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named zDimension.
|
ElevationGridObject |
ElevationGridObject.setZDimension(SFInt32Object newValue)
Assign typed object value to SFInt32 zDimension field, similar to
setZDimension(int). |
ElevationGridObject |
ElevationGridObject.setZSpacing(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named zSpacing.
|
ElevationGridObject |
ElevationGridObject.setZSpacing(SFFloatObject newValue)
Assign typed object value to SFFloat zSpacing field, similar to
setZSpacing(float). |
| Modifier and Type | Method and Description |
|---|---|
ElevationGridObject |
ElevationGridObject.setUSE(ElevationGridObject 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.