Difference between revisions of "VEHICLE FLAG CAMERA DECOUPLED"
Jump to navigation
Jump to search
m |
m |
||
Line 14: | Line 14: | ||
|events= | |events= | ||
<!--{{LSL DefineRow||[[changed]]|}}--> | <!--{{LSL DefineRow||[[changed]]|}}--> | ||
| | |articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}} | ||
|cat1=Vehicle | |cat1=Vehicle | ||
|cat2 | |cat2 |
Revision as of 13:48, 29 November 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_FLAG_CAMERA_DECOUPLED = 0x200;The integer constant VEHICLE_FLAG_CAMERA_DECOUPLED has the value 0x200
Makes mouselook camera rotate independently of the vehicle. By default the client mouselook camera will rotate about with the vehicle, however when this flag is set the camera direction is independent of the vehicle's rotation.
Caveats