Difference between revisions of "VEHICLE BANKING EFFICIENCY"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
|type=integer
|type=integer
|value=38
|value=38
|desc=slider between -1.00 (leans out of turns), 0 (no banking) and +1.00 (leans into turns).  This parameter makes banking affect steering, not the other way around.  Use vehicle angular motors to bank the vehicle.
|desc=slider between -1.00 (leans out of turns), 0 (no banking) and +1.00 (leans into turns).  This parameter makes banking affect steering, not the other way around.  Use vehicle [[VEHICLE_ANGULAR_MOTOR_DIRECTION|angular motors]] to bank the vehicle.
<!--
<!--
<lsl>
<lsl>

Revision as of 16:40, 28 February 2014

Description

Constant: integer VEHICLE_BANKING_EFFICIENCY = 38;

The integer constant VEHICLE_BANKING_EFFICIENCY has the value 38

slider between -1.00 (leans out of turns), 0 (no banking) and +1.00 (leans into turns). This parameter makes banking affect steering, not the other way around. Use vehicle angular motors to bank the vehicle.

Caveats

Important Issues

~ All Issues ~ Search JIRA for related Bugs
   Negative values for VEHICLE_BANKING_EFFICIENCY behave the same as positive values.

Related Articles

Functions

•  llSetVehicleFloatParam

Articles

•  Linden Vehicle Tutorial

Deep Notes

All Issues

~ Search JIRA for related Issues
   Negative values for VEHICLE_BANKING_EFFICIENCY behave the same as positive values.

Signature

integer VEHICLE_BANKING_EFFICIENCY = 38;