| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Navigation |
The Navigation component specifies how a user can effectively and intuitively move
through and around a 3D scene.
|
| Modifier and Type | Method and Description |
|---|---|
ViewpointObject |
ViewpointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ViewpointObject |
ViewpointObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ViewpointObject |
ViewpointObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ViewpointObject |
ViewpointObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
ViewpointObject |
ViewpointObject.setCenterOfRotation(float[] newValue)
Assign 3-tuple float array unit axis, angle (in radians) to inputOutput SFVec3f field named centerOfRotation.
|
ViewpointObject |
ViewpointObject.setCenterOfRotation(float x,
float y,
float z)
Assign values to SFVec3f centerOfRotation field, similar to
setCenterOfRotation(float[]). |
ViewpointObject |
ViewpointObject.setCenterOfRotation(SFVec3fObject newValue)
Assign typed object value to SFVec3f centerOfRotation field, similar to
setCenterOfRotation(float[]). |
ViewpointObject |
ViewpointObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ViewpointObject |
ViewpointObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ViewpointObject |
ViewpointObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ViewpointObject |
ViewpointObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ViewpointObject |
ViewpointObject.setDescription(SFStringObject newValue)
Assign typed object value to SFString description field, similar to
setDescription(String). |
ViewpointObject |
ViewpointObject.setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
ViewpointObject |
ViewpointObject.setFieldOfView(float newValue)
Assign float value within allowed range of (0,3.1416) to inputOutput SFFloat field named fieldOfView.
|
ViewpointObject |
ViewpointObject.setFieldOfView(SFFloatObject newValue)
Assign typed object value to SFFloat fieldOfView field, similar to
setFieldOfView(float). |
ViewpointObject |
ViewpointObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ViewpointObject |
ViewpointObject.setJump(boolean newValue)
Assign boolean value to inputOutput SFBool field named jump.
|
ViewpointObject |
ViewpointObject.setJump(SFBoolObject newValue)
Assign typed object value to SFBool jump field, similar to
setJump(boolean). |
ViewpointObject |
ViewpointObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ViewpointObject |
ViewpointObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ViewpointObject |
ViewpointObject.setOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.
|
ViewpointObject |
ViewpointObject.setOrientation(float x,
float y,
float z,
float angleRadians)
Assign values to SFRotation orientation field, similar to
setOrientation(float[]). |
ViewpointObject |
ViewpointObject.setOrientation(SFRotationObject newValue)
Assign typed object value to SFRotation orientation field, similar to
setOrientation(float[]). |
ViewpointObject |
ViewpointObject.setPosition(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named position.
|
ViewpointObject |
ViewpointObject.setPosition(float x,
float y,
float z)
Assign values to SFVec3f position field, similar to
setPosition(float[]). |
ViewpointObject |
ViewpointObject.setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
setPosition(float[]). |
ViewpointObject |
ViewpointObject.setRetainUserOffsets(boolean newValue)
Assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
ViewpointObject |
ViewpointObject.setRetainUserOffsets(SFBoolObject newValue)
Assign typed object value to SFBool retainUserOffsets field, similar to
setRetainUserOffsets(boolean). |
ViewpointObject |
ViewpointObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ViewpointObject |
ViewpointObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
ViewpointObject |
ViewpointObject.setUSE(ViewpointObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
ViewpointObject |
ViewpointObject.setUSE(ViewpointObject 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.