Map Range (範囲マッピング)ノード
This node converts (maps) an input value range into a destination range. By default, values outside the specified input range will be proportionally mapped as well. This node is similar to Map Value node but provides a more intuitive way to specify the desired output range.
入力
- Value(値)
再マップする入力値。
- From Min (最小から)
再マップする範囲の下限。
- From Min (最大から)
再マップする範囲の上限。
- To Min (最小へ)
ターゲット範囲の下限。
- To Max (最大へ)
ターゲット範囲の上限。
Properties(プロパティ)
- Clamp(範囲制限)
Clamps values to Min/Max of the destination range.
出力
- Value(値)
Standard value output.
使用方法
One important use case is to easily map the original range of the Z-depth channel to a more usable range (i.e: 0.0 - 1.0) for use as a matte for colorization or filtering operations.