Table of Contents

UnlockRange

Summary

This function will unlock the visual range of the camera allowing the user to freely navigate the scene without restriction.

Parameters

There are no parameters.

See Also

LockRange LockCurrentRange

Examples

<lockcurrentrange/>
<waitforclick Caption="Please observe the scene" />
<unlockrange/>
This code will lock the range of the camera and prompt the user with a message. Once they click next, the range will be unlocked as normal.