Submitted by Leonard Daly on
NavigationMode : XSeen {
SFFloat
[]
speed
1.0
(-inf,+inf)
EnumeratedString
[]
type
'none'
['none', 'orbit', 'fly', 'examine', 'trackball']
}
Controls how user interaction with the scene causes user-directed camera motion in the scene. The types of motion are controlled with the type field. A value of 'none' means that no user-directed motion is allowed. Defined values are
- none - No user-directed motion
- orbit - Rotation about the scene center for a maximum of +/- pi radians in the X-Z plane and +/- pi/2 radians vertically. The local Y-axis is always up.
- trackball - Similar to 'orbit', but without the restriction on range of motion nor Y-up.
- examine - Synonym for 'trackball'
- fly - Fly through the scene
- Log in to post comments