Uses of Interface
org.web3d.x3d.sai.Navigation.X3DViewpointNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial | |
| org.web3d.x3d.jsail.Navigation | |
| org.web3d.x3d.sai.Geospatial | |
| org.web3d.x3d.sai.Navigation |
-
Uses of X3DViewpointNode in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DViewpointNode Modifier and Type Class Description classGeoViewpointObjectGeoViewpoint specifies viewpoints using geographic coordinates. -
Uses of X3DViewpointNode in org.web3d.x3d.jsail.Navigation
Classes in org.web3d.x3d.jsail.Navigation that implement X3DViewpointNode Modifier and Type Class Description classOrthoViewpointObjectOrthoViewpoint provides an orthographic perspective-free view of a scene from a specific location and direction.classViewpointObjectViewpoint provides a specific location and direction where the user may view the scene. -
Uses of X3DViewpointNode in org.web3d.x3d.sai.Geospatial
Subinterfaces of X3DViewpointNode in org.web3d.x3d.sai.Geospatial Modifier and Type Interface Description interfaceGeoViewpointGeoViewpoint specifies viewpoints using geographic coordinates. -
Uses of X3DViewpointNode in org.web3d.x3d.sai.Navigation
Subinterfaces of X3DViewpointNode in org.web3d.x3d.sai.Navigation Modifier and Type Interface Description interfaceOrthoViewpointOrthoViewpoint provides an orthographic perspective-free view of a scene from a specific location and direction.interfaceViewpointViewpoint provides a specific location and direction where the user may view the scene.Methods in org.web3d.x3d.sai.Navigation that return X3DViewpointNode Modifier and Type Method Description X3DViewpointNodeX3DViewpointNode. setDescription(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named description.X3DViewpointNodeX3DViewpointNode. setJump(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named jump.X3DViewpointNodeX3DViewpointNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DViewpointNodeX3DViewpointNode. setOrientation(float[] newValue)Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.X3DViewpointNodeX3DViewpointNode. setRetainUserOffsets(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.