
Inputs
投入
数据类型
Here you can define the file type for the Node’s inputs and outputs. You can select from Float for single values or from the vector formats Color, Vector2D, Vector or Vector4D. For the vector types, the calculation of the percentage value will be made separately for each component.
在这里,您可以为 Node 的输入和输出定义文件类型。你可以从 Float 中选择单个值,也可以从矢量格式中选择 Color、 Vector2D、 Vector 或 Vector4D。对于向量类型,百分比值的计算将分别针对每个组成部分。
值[-∞ . . + ∞]
This is the value that should be converted as a percentage between the Edge 1 and Edge 2 value range. If Value is less than Edge 1 and Edge 2, null will be output. If Value is larger than Edge 1 and Edge 2, 1 will be output.
这是应该在 Edge 1和 Edge 2值范围之间转换的百分比值。如果 Value 小于 Edge 1和 Edge 2,则将输出 null。如果值大于 Edge 1和 Edge 2,则将输出1。
Edge 1[-∞ . . + ∞] Edge 2[-∞ . . + ∞]
These are the limit values for the percent calculation. If Value lies between Edge 1 and Edge 2, a percentage conversion of its value will be made relative to the range between the Edge 1 and Edge 2 values. The calculation will not be made linearly but will be made with a soft transition curve in the proximity of Edge 1 and Edge 2.
这些是百分比计算的极限值。如果值位于 Edge 1和 Edge 2之间,则其值将相对于 Edge 1和 Edge 2值之间的范围进行百分比转换。计算不是线性的,而是在边缘1和边缘2附近用软缓和曲线进行。