Difference between revisions of "Debug Axes (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "<code>Duration</code>は、軸が表示される秒数を決定します。")
(Created page with "<code>OnDisplay</code>出力は、軸が正常に表示されたときにインパルスを発生させます。")
Line 38: Line 38:
  
  
The <code>OnDisplay</code> output fires an impulse when the axes are successfully displayed.
+
<code>OnDisplay</code>出力は、軸が正常に表示されたときにインパルスを発生させます。
  
  

Revision as of 14:26, 11 February 2022

Other languages:
English • ‎日本語
Debug Axes
'Debug Axes' LogiX node
Inputs
  Impulse Display
  Float3 Position
  FloatQ Rotation
  Float Length
  Color RightColor
  Color UpColor
  Color ForwardColor
  Float Duration
Outputs
  Impulse OnDisplay

Debug Axesノードは、Displayへインパルスを入力すると、指定したプロパティを持つ座標軸のセットを一時的に生成します。

使用方法

Positionは軸の原点となる[[1]]を決定します。


Rotationは、軸のグローバルなローテーションを決定します。


Lengthは、軸の矢印のビジュアルの長さを決定します。


RightColorは、X軸のビジュアルの色を設定します。


UpColorは、Y軸のビジュアルの色を設定します。


ForwardColorは、Z軸のビジュアルの色を設定します。


Durationは、軸が表示される秒数を決定します。


OnDisplay出力は、軸が正常に表示されたときにインパルスを発生させます。


Slots for the debug visuals are produced under a non-persistent slot under the root slot named '_DEBUG'. Children are produced under that slot for each individual user for whom a debug node fires.

Examples

Node Menu

Template:NodeMenu-Debug/ja