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

From Neos Wiki
Jump to navigation Jump to search
(Created page with "Debug Axes (LogiXノード)")
 
(Created page with "'''Debug Axes'''ノードは、<code>Display</code>へインパルスを入力すると、指定したプロパティを持つ座標軸のセットを一時的に生成しま...")
Line 14: Line 14:
 
}}
 
}}
  
The '''Debug Axes''' node generates a temporary set of axes with the specified properties when an impulse is received at <code>Display</code>.
+
'''Debug Axes'''ノードは、<code>Display</code>へインパルスを入力すると、指定したプロパティを持つ座標軸のセットを一時的に生成します。
  
 
== Usage ==
 
== Usage ==

Revision as of 14:01, 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へインパルスを入力すると、指定したプロパティを持つ座標軸のセットを一時的に生成します。

Usage

The Position determines the global position where the axis origin will be.


The Rotation determines the global rotation of the axes.


The Length determines the length of the axis arrow visuals.


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