Contents

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

kQTVRValidPan

The setting for using the destination pan angle.

kQTVRValidTilt

The setting for using the destination tilt angle.

kQTVRValidFOV

The setting for using the destination field of view.

kQTVRValidViewCenter

The setting for using the destination view center.

See Also

Data fields