| 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.
|
| org.web3d.x3d.sai.Navigation |
The Navigation component specifies how a user can effectively and intuitively move
through and around a 3D scene.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewpointObject
X3D node tooltip: [X3DViewpointNode] Viewpoint provides a specific location and direction where the user may view the scene.
|
| Modifier and Type | Method and Description |
|---|---|
Viewpoint |
Viewpoint.setCenterOfRotation(float[] newValue)
Assign 3-tuple float array unit axis, angle (in radians) to inputOutput SFVec3f field named centerOfRotation.
|
Viewpoint |
Viewpoint.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Viewpoint |
Viewpoint.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Viewpoint |
Viewpoint.setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
Viewpoint |
Viewpoint.setFieldOfView(float newValue)
Assign float value within allowed range of (0,3.1416) to inputOutput SFFloat field named fieldOfView.
|
Viewpoint |
Viewpoint.setJump(boolean newValue)
Assign boolean value to inputOutput SFBool field named jump.
|
Viewpoint |
Viewpoint.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Viewpoint |
Viewpoint.setOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.
|
Viewpoint |
Viewpoint.setPosition(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named position.
|
Viewpoint |
Viewpoint.setRetainUserOffsets(boolean newValue)
Assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
Viewpoint |
Viewpoint.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.