LlSetCOG
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
![]() |
LSL Feature Request |
The described function does not exist. This article is a feature request. |
Summary
Function: llSetCOG( vector cog, integer local );REQUEST | Function ID |
Forced Delay | |
Energy |
Overrides the automatic, volume based, computation of the prim's center of gravity. All rotations will instead be made around the given point. This includes llSetRot, llSetLocalRot, llTargetOmega as well as physics evaluation. In addition, the handles in edit mode will be positioned at the specified point.
• vector | cog | – | position of the prim's center of gravity | |
• integer | local | – | boolean, if TRUE cog is relative to the local coordinate system, if FALSE cog is relative to the parent coordinate system. If the prim is a single prim or the root prim in a linked set, that means the region coordinate system. |
Caveats
Expression error: Unexpected > operator.((TODO: Why is there an error here?))
Examples
Notes
A way to reset the COG back to the automatic computation might be useful as well.