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

From Neos Wiki
Jump to navigation Jump to search
(Created page with "<code>Length</code>は、軸の矢印のビジュアルの長さを決定します。")
Line 23: Line 23:
  
  
The <code>Length</code> determines the length of the axis arrow visuals.
+
<code>Length</code>は、軸の矢印のビジュアルの長さを決定します。
  
  

Revision as of 14:24, 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は、軸の矢印のビジュアルの長さを決定します。


The RightColor sets the color of the X axis visual.


The UpColor sets the color of the Y axis visual.


The ForwardColor sets the color of the Z axis visual.


The Duration determines the number of seconds that the axes are visible.


The OnDisplay output fires an impulse when the axes are successfully displayed.


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