VEHICLE FLAG CAMERA DECOUPLED

From Second Life Wiki
Revision as of 07:30, 8 April 2008 by Karzita Zabaleta (talk | contribs) (New page: {{LSL Constant |name=VEHICLE_FLAG_CAMERA_DECOUPLED |type=integer |value=0x200 |desc=Makes mouselook camera rotate independently of the vehicle. By default the client mouselook camera will ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Related Articles

Functions

•  llSetVehicleFlags
•  llRemoveVehicleFlags

Deep Notes

Search JIRA for related Issues

Signature

integer VEHICLE_FLAG_CAMERA_DECOUPLED = 0x200;