Description
This effect displays a polygon shape – open or closed depending on the option you choose – created out of the points input by the sensor, or any other means via an array.
Properties
Array properties
Any properties in the input array that matches the name of these properties will be used and displayed accordingly.
These properties can also be shown as inputs on the node by toggling the icon.
In the dropdown menu you can choose how values from the array interact with values from the Editor
panel or the input between : Replace, Add or Multiply.
More information can be found on the GPU Multi category page.
Array
: The array of positions to use to draw the polygon shape.
Default : Empty value
Close shape
: Toggle this option to create a closed polygon using the array of points.
Default : OFF
Border width
: The width of the borders to draw (in pixels).
Default : 10
Border color
: The color to apply on the borders of the polygon shape.
Default : White 255 / 255 / 255 /255
Anti aliasing
: Applies some anti-aliasing to smoothen the edges drawn. Lower values apply a stronger anti-aliasing. A value of 0 will make your shapes invisible.
Default : 0.5)
Shape color
: The color to apply on the inside of the shape. Will only be visible ifClose shape
is toggled ON.
Default : Black 0 / 0 / 0 / 255)
Global properties
This node does not have any global properties.
Inputs
This lists only the inputs present by default at the creation of the node. The inputs that appear can be tuned by toggling the button in the Editor
panel.
Name | Type | Description |
---|---|---|
Array | Array | Array input with the data from the sensor |
Close Shape | Boolean | Input to toggle open/closed shapes |
Border width | Float | Input for the border width |
Border Color | Color | Input for the border color |
Anti Aliasing | Float | Input for the anti-aliasing |
Shape Color | Float | Input for the shape color (inside) |
Outputs
Name | Type | Description |
---|---|---|
Image | Image | Image output of the effect |
Example
In this example :
Close shape
: ONBorder width
: 10Border color
: White 255 / 255 / 255 / 255Anti aliasing
: 0.2Shape color
: Modulo Blue 0 / 153 / 255 / 255
Need more help with this?
Don’t hesitate to contact us here.