Math remap: Difference between revisions
Jump to navigation
Jump to search
(spam revert) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=math_remap}} | {{wrongtitle|title=math_remap}} | ||
{{base_point}} | |||
==Entity Description== | ==Entity Description== | ||
An entity that remaps a range of input values to a given range of output values. | An entity that remaps a range of input values to a given range of output values. | ||
Line 26: | Line 28: | ||
*'''OutValue''' <float> | *'''OutValue''' <float> | ||
:Fired when the '''InValue''' input is received, with the remapped input value as the parameter. | :Fired when the '''InValue''' input is received, with the remapped input value as the parameter. | ||
Revision as of 15:21, 12 April 2008
Template:Wrongtitle Template:Base point
Entity Description
An entity that remaps a range of input values to a given range of output values.
Keyvalues
- Template:Kv targetname
- in1 <float>
- Input values below this value will be ignored.
- in2 <float>
- Input values above this value will be ignored.
- out1 <float>
- When the input value is equal to 'Minimum Valid Input Value' (in1), this is the output value.
- out2 <float>
- When the input value is equal to 'Maximum Valid Input Value' (in2), this is the output value.
Flags
- 1 : Ignore out of range input values
Inputs
- Template:I targetname
- InValue <float>
- Input value and fire the output with the remapped value.
Outputs
- Template:O targetname
- OutValue <float>
- Fired when the InValue input is received, with the remapped input value as the parameter.