<<VRML 2.0 - An Introductory view by examples

NavigationInfo

[navigationinfo example]                               [run-example]


It is a bindable node that contains information describing the viewer's avatar.

{
eventIn SFBool set_bind #
exposedField MFFloat avatarSize [.25, 1.6, 0.75] #
exposedField SFBool headlight TRUE # TRUE : browser shall turn a directional light pointing in the direction user is looking
exposedField SFFloat speed 1.0 #
exposedField MFString type ["WALK" , "ANY"] # type of navigation
exposedField SFFloat visibilityLimit 0.0 # geometry beyond this distance may not be rendered
eventOut SFBool isBound #
}