GetViewingLimits()

Syntax:

GetViewingLimits( Type )

Return:

A new object with the following properties:

fMin - the minimum value allowed for the given range.

fMax - the maximum value allowed for the given range.

Parameters:

Type – an integer specifying the type of limits to be retrieved. This parameter is required.

Note:

The possible values for Type are:

Value of Type

Range to retrieve

0

Pan angle

1

Tilt angle

2

Field of View

Remarks:

This function will get the range of values allowed for a given range type of the QuickTimeVR object it is called on.

image\Script_Button.jpgExamples