Time Curve(タイムカーブ)ノード#
The Time Curve node generates a factor value (from 0.0 to 1.0) between the scene start and end time, using a curve mapping.
入力#
このノードには入力は有りません。
Properties(プロパティ)#
- Curve(カーブ)
The Y value defined by the curve is the factor output. For the curve controls, see Curve widget.
Tip
カーブを反転すると時間入力が逆になりますが、ノード設定では簡単に見落とされます。
- Start(開始)、End(終了)
出力が持続する値を指定する時間範囲の開始フレームと終了フレームです。この範囲がグラフのX軸になります。時間入力は、終了フレームより大きい開始フレームを指定することによって逆にすることができます。
出力#
- Factor(係数)
The Y value of the curve at the current frame.
ヒント
The Map Value node can be used to map the output to a more appropriate value. With some curves, it is possible that the Time Curve node may output a number larger than one or less than zero. To be safe, use the Min/Max clamping function of the Map Value node to limit output.