-
-
Methods in org.web3d.x3d.sai.Navigation that return Viewpoint
| Modifier and Type |
Method |
Description |
Viewpoint |
Viewpoint.setCenterOfRotation(float[] newValue) |
Accessor method to assign 3-tuple float array unit axis, angle (in radians) to inputOutput SFVec3f field named centerOfRotation.
|
Viewpoint |
Viewpoint.setDescription(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named description.
|
Viewpoint |
Viewpoint.setFieldOfView(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named fieldOfView.
|
Viewpoint |
Viewpoint.setJump(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named jump.
|
Viewpoint |
Viewpoint.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Viewpoint |
Viewpoint.setOrientation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.
|
Viewpoint |
Viewpoint.setPosition(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named position.
|
Viewpoint |
Viewpoint.setRetainUserOffsets(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.
|