Draw Points
Draw square per input point
Installation
To use this Node, you must enable omni.kit.viewportDraw
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
points |
|
Initial set of points to draw |
[] |
size |
|
draw size |
5.0 |
showIndex |
|
show number next to point |
True |
visible |
|
visibility switch for the drawing |
True |
spaceMatrix |
|
Transform matrix of the points |
[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]] |
Color (color) |
|
The color of the points |
[0.1, 0.6, 0.8] |
randomColorPP |
|
enable random color per point |
True |
randomSeed |
|
random seed for color |
1234 |