toValidFlags
A set of flags that indicate which destination node view settings are valid.
Overview
Specifies which view settings are to be used when moving to a destination node from a hot spot. You can use these bit flags to specify a value for that field:
enum {
kQTVRValidPan = 1 << 0,
kQTVRValidTilt = 1 << 1,
kQTVRValidFOV = 1 << 2,
kQTVRValidViewCenter = 1 << 3
};Constant Descriptions
kQTVRValidPanThe setting for using the destination pan angle.
kQTVRValidTiltThe setting for using the destination tilt angle.
kQTVRValidFOVThe setting for using the destination field of view.
kQTVRValidViewCenterThe setting for using the destination view center.