Difference between revisions of "LlGetCameraRot"

From Second Life Wiki
Jump to navigation Jump to search
m (fixe)
m
Line 11: Line 11:
|examples
|examples
|helpers
|helpers
|also_functions={{LSL DefineRow||{{LSLG|llGetCameraPos}}|}}
|also_functions=
{{LSL DefineRow||{{LSLG|llGetCameraPos}}|}}
{{LSL DefineRow||{{LSLG|llSetCameraParams}}|}}
{{LSL DefineRow||{{LSLG|llSetCameraAtOffset}}|}}
{{LSL DefineRow||{{LSLG|llSetCameraEyeOffset}}|}}
|notes
|notes
|cat1=Camera
|cat1=Camera

Revision as of 18:42, 26 July 2008

Summary

Function: rotation llGetCameraRot( );

Returns a rotation that is the current camera orientation for the agent the task has permissions for.

To run this function the script must request the PERMISSION_TRACK_CAMERA permission with llRequestPermissions.

Caveats

Permissions
  • Seems to act weird when the camera gets too far from the agent.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  run_time_permissions Permission receiving event

Functions

•  llGetPermissions Get the permissions granted
•  llGetPermissionsKey Get the agent who granted permissions
•  llRequestPermissions Request permissions
•  llGetCameraPos
•  llSetCameraParams
•  llSetCameraAtOffset
•  llSetCameraEyeOffset

Articles

•  Script permissions

Deep Notes

Search JIRA for related Issues

Signature

function rotation llGetCameraRot();