X3D NavigationInfo

NavigationInfo

Describes the physical characteristics of the viewers avatar. Only one NavigationInfo can be active at any time.

Navigation

set_bind

Field Type: SFBool
Access Type: inputOnly
Default Value: ...
Value Range: ...
Description: Update the node specifying it is now bound to the stack.

avatarSize

Field Type: MFFloat
Access Type: inputOutput
Default Value: 0.25, 1.6, 0.75
Value Range: 0, ∞
Description: Sets the collision distance between the avatar and other collidable objects, the height above the terrain the browser maintains the view, and the tallest object the viewer can pass over.

headlight

Field Type: SFBool
Access Type: inputOutput
Default Value: TRUE
Value Range: ...
Description: Sets whether or not the avatars headlight is on.

speed

Field Type: SFFloat
Access Type: inputOutput
Default Value: 1.0
Value Range: 0, ∞
Description: The rate at which an avatar can move.

transitionTime

Field Type: SFBool
Access Type: inputOutput
Default Value: 1.0
Value Range: 0, ∞
Description: The time of any Viewpoint transition.

transitionType

Field Type: MFString
Access Type: inputOutput
Default Value: LINEAR
Value Range: TELEPORT, LINEAR, ANIMATE
Description: The transition method the browser uses to move the Viewpoint.

  • TELEPORT: Transition is immediate
  • LINEAR: Transition is a linear interpolation
  • ANIMATE: Browser specific animation effect

type

Field Type: MFString
Access Type: inputOutput
Default Value: EXAMINE, ANY
Value Range: ...
Description: The transition type the browser uses to move the Viewpoint. All browsers are to support the following types:

  • ANY
  • WALK
  • EXAMINE
  • FLY
  • LOOKAT
  • NONE

visibilityLimit

Field Type: SFFloat
Access Type: inputOutput
Default Value: 0.0
Value Range: 0, ∞
Description: The current scene beyond this limit may not be rendered. A setting of 0.0 is infinite limit.

bindTime

Field Type: SFTime
Access Type: outputOnly
Default Value: ...
Value Range: ...
Description: Timestamp event when node became active/inactive.

isBound

Field Type: SFBool
Access Type: outputOnly
Default Value: ...
Value Range: ...
Description: Event value that is sent when node becomes active.

transitionComplete

Field Type: SFBool
Access Type: outputOnly
Default Value: ...
Value Range: ...
Description: Event value that is sent when a transition is completed.

metadata

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DMetadataObject
Description: Information about this node.