Difference between revisions of "VEHICLE VERTICAL ATTRACTION TIMESCALE"
Jump to navigation
Jump to search
Gally Young (talk | contribs) m (monor update (wrong constant name)) |
Void Singer (talk | contribs) m (+clarification +note) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=37 | |value=37 | ||
|desc=exponential timescale | |desc=exponential timescale (in seconds) for the vehicle to align its z-axis to the world z-axis | ||
<!-- | <!-- | ||
<lsl> | <lsl> | ||
</lsl> | </lsl> | ||
--> | --> | ||
|notes= | |||
* setting [[VEHICLE_VERTICAL_ATTRACTION_TIMESCALE]] greater than 300.0 disables it. | |||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetVehicleFloatParam]]|}} | {{LSL DefineRow||[[llSetVehicleFloatParam]]|}} | ||
|events= | |events= | ||
<!--{{LSL DefineRow||[[changed]]|}}--> | <!--{{LSL DefineRow||[[changed]]|}}--> | ||
| | |articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}} | ||
|cat1 | |cat1 | ||
|cat2 | |cat2 |
Latest revision as of 04:47, 16 January 2011
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_VERTICAL_ATTRACTION_TIMESCALE = 37;The integer constant VEHICLE_VERTICAL_ATTRACTION_TIMESCALE has the value 37
exponential timescale (in seconds) for the vehicle to align its z-axis to the world z-axis
Caveats
Related Articles
Notes
- setting VEHICLE_VERTICAL_ATTRACTION_TIMESCALE greater than 300.0 disables it.