Float Array Debugger#
Visualize one array or two arrays with optional labels.
Installation#
To use this Node, you must enable omni.avatar.livelink in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
|---|---|---|---|
a |
|
Input array 1 |
|
b |
|
Optional input array 2 |
|
names |
|
Optional element names. |
[] |
_ui_precision |
|
Precision of values on the UI |
3 |
Outputs#
Name |
Type |
Description |
Default |
|---|---|---|---|
difference |
|
Difference of values (A - B). |
|
size_a |
|
Size of the input array A |
|
size_b |
|
Size of the input array B |
|
size_diff |
|
Size of output difference |
|
min_a |
|
Minimum value of the array A |
|
max_a |
|
Maximum value of the array A |
|
mean_a |
|
Mean average of the array A |
|
min_b |
|
Minimum value of the array B |
|
max_b |
|
Maximum value of the array B |
|
mean_b |
|
Mean average of the array B |
|
min_diff |
|
Minimum value of the difference |
|
max_diff |
|
Maximum value of the difference |
|
mean_diff |
|
Mean average of the difference |