Difference between revisions of "Template:LSL Constants/Vehicle"
Jump to navigation
Jump to search
(Undo revision 62485 by Karzita Zabaleta The constant does not exist, I've looked in both the compiler source and the vehicle enum) |
|||
Line 45: | Line 45: | ||
{{#if:{{#var:display_type}}|{{!}} [[float]]}} | {{#if:{{#var:display_type}}|{{!}} [[float]]}} | ||
{{!}} slider between -1 (leans out of turns), 0 (no banking), and +1 (leans into turns) | {{!}} slider between -1 (leans out of turns), 0 (no banking), and +1 (leans into turns) | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL Const|VEHICLE_BANKING_MIX|integer|39}} | {{!}} {{LSL Const|VEHICLE_BANKING_MIX|integer|39}} |
Revision as of 12:44, 9 April 2008
Constant | Type | Description | |
---|---|---|---|
VEHICLE_ANGULAR_DEFLECTION_TIMESCALE | 33 | float | exponential timescale for the vehicle to achieve full angular deflection |
VEHICLE_BANKING_EFFICIENCY | 38 | float | slider between -1 (leans out of turns), 0 (no banking), and +1 (leans into turns) |
VEHICLE_BANKING_MIX | 39 | float | slider between 0 (static banking) and 1 (dynamic banking) |
VEHICLE_BANKING_TIMESCALE | 40 | float | exponential timescale for the banking behavior to take full effect |
VEHICLE_BUOYANCY | 27 | float | slider between -1 (double-gravity) and 1 (full anti-gravity) |
VEHICLE_HOVER_HEIGHT | 24 | float | height the vehicle will try to hover. |
VEHICLE_HOVER_EFFICIENCY | 25 | float | slider between 0 (bouncy) and 1 (critically damped) hover behavior |
VEHICLE_HOVER_TIMESCALE | 26 | float | period of time for the vehicle to achieve its hover height |
VEHICLE_LINEAR_DEFLECTION_EFFICIENCY | 28 | float | slider between 0 (no deflection) and 1 (maximum strength) |
VEHICLE_LINEAR_DEFLECTION_TIMESCALE | 29 | float | exponential timescale for the vehicle to redirect its velocity to be along its x-axis |
VEHICLE_VERTICAL_ATTRACTION_TIMESCALE | 37 | float | exponential timescale for the vehicle to align its z-axis to the world z-axis (vertical) |
Constant | Description |
---|
Constant | Description |
---|
Constant | Description | |
---|---|---|
VEHICLE_ANGULAR_DEFLECTION_TIMESCALE | 33 | exponential timescale for the vehicle to achieve full angular deflection |
VEHICLE_BANKING_EFFICIENCY | 38 | slider between -1 (leans out of turns), 0 (no banking), and +1 (leans into turns) |
VEHICLE_BANKING_MIX | 39 | slider between 0 (static banking) and 1 (dynamic banking) |
VEHICLE_BANKING_TIMESCALE | 40 | exponential timescale for the banking behavior to take full effect |
VEHICLE_BUOYANCY | 27 | slider between -1 (double-gravity) and 1 (full anti-gravity) |
VEHICLE_HOVER_HEIGHT | 24 | height the vehicle will try to hover. |
VEHICLE_HOVER_EFFICIENCY | 25 | slider between 0 (bouncy) and 1 (critically damped) hover behavior |
VEHICLE_HOVER_TIMESCALE | 26 | period of time for the vehicle to achieve its hover height |
VEHICLE_LINEAR_DEFLECTION_EFFICIENCY | 28 | slider between 0 (no deflection) and 1 (maximum strength) |
VEHICLE_LINEAR_DEFLECTION_TIMESCALE | 29 | exponential timescale for the vehicle to redirect its velocity to be along its x-axis |
VEHICLE_VERTICAL_ATTRACTION_TIMESCALE | 37 | exponential timescale for the vehicle to align its z-axis to the world z-axis (vertical) |