Lingo Dictionary > T-Z > warpMode

 

warpMode

Syntax

sprite(whichQTVRSprite).warpMode
warpMode of sprite whichQTVRSprite

Description

QuickTime VR sprite property; specifies the type of warping performed on a panorama.

Possible values are #full, #partial, and #none.

This property can be tested and set. When tested, if the values for the static and motion modes differ, the property's value is the value set for the current mode. When set, the property determines the warping for both the static and motion modes.

Example

This sets the warpMode of sprite 1 to #full:

sprite(1).warpMode = #full