Debug Axes (LogiXノード)

From Neos Wiki
Revision as of 14:26, 11 February 2022 by Aesc (talk | contribs) (Created page with "<code>Duration</code>は、軸が表示される秒数を決定します。")
Jump to navigation Jump to search
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は、軸が表示される秒数を決定します。


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