llSetCameraEyeOffset

From Second Life Wiki
Revision as of 02:52, 30 May 2008 by Catherine Pfeffer (talk | contribs) (Hopefully better phrasing)
Jump to navigation Jump to search

Summary

Function: llSetCameraEyeOffset( vector offset );

Sets the camera eye offset if an avatar sits on the object.

• vector offset offset relative to the object's center and expressed in object coordinates

This is the position of the camera's eye, not the point it looks at.

Caveats

  • The change will only take effect next time the avatar sits on the prim. You can't change the offset once it has already sit down.
  • If you use a sit pose rotation and want to set the camera relatively to your avatar, you must do calculations.
  • If you rotate the object and want to set the camera relatively to the region, you have to do calculations too.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llSetCameraAtOffset
•  llForceMouselook

Deep Notes

Search JIRA for related Issues

Signature

function void llSetCameraEyeOffset( vector offset );