Template:Needs Translation/
函数名
|
Function:llClearCameraParams();
|
参数:无
|
返回值:Resets all camera parameters to default values and turns off scripted camera control.
|
注意事项
|
Permissions
Do not depend upon the auto-grant status of permissions. Always use the run_time_permissions event.
If the script lacks the permission PERMISSION_CONTROL_CAMERA, the script will shout an error on DEBUG_CHANNEL and the operation fails (but the script continues to run).
The PERMISSION_CONTROL_CAMERA permission is automatically revoked when the avatar stands up from or detaches the object, and any scripted camera parameters are automatically cleared.
|