| 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 |
NavigationInfoObject
X3D node tooltip: [X3DBindableNode] NavigationInfo describes the user's viewing model, user navigation-interaction modalities, and also dimensional characteristics of the user's (typically invisible) avatar.
|
| Modifier and Type | Method and Description |
|---|---|
NavigationInfo |
NavigationInfo.setAvatarSize(float[] newValue)
Assign float array within allowed range of [0,infinity) to inputOutput MFFloat field named avatarSize.
|
NavigationInfo |
NavigationInfo.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NavigationInfo |
NavigationInfo.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NavigationInfo |
NavigationInfo.setHeadlight(boolean newValue)
Assign boolean value to inputOutput SFBool field named headlight.
|
NavigationInfo |
NavigationInfo.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NavigationInfo |
NavigationInfo.setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
NavigationInfo |
NavigationInfo.setTransitionTime(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to inputOutput SFTime field named transitionTime.
|
NavigationInfo |
NavigationInfo.setTransitionType(java.lang.String[] newValue)
Assign String enumeration array (""TELEPORT""|""LINEAR""|""ANIMATE"") with quoted value(s) ["TELEPORT","LINEAR","ANIMATE",...] to inputOutput MFString field named transitionType.
|
NavigationInfo |
NavigationInfo.setType(java.lang.String[] newValue)
Assign String enumeration array (""ANY""|""WALK""|""EXAMINE""|""FLY""|""LOOKAT""|""NONE""|""EXPLORE"") with quoted value(s) ["ANY","WALK","EXAMINE","FLY","LOOKAT","NONE","EXPLORE",...] to inputOutput MFString field named type.
|
NavigationInfo |
NavigationInfo.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NavigationInfo |
NavigationInfo.setVisibilityLimit(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named visibilityLimit.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.