RectangleTexture_v5 Op
draws a 2d rectangle into a texture.
Summary (oneliner)
<p>draws a rectangle into a texture. the rectangle can now positioned via multiple coordinate systems</p>
- Ops.Gl.ImageCompose.RectangleTexture_v5
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch rect example
INPUT PORTS
<p>Trigger in</p>
Blending
<p>Blend amount</p>
<i>integer</i>
)<i>integer</i>
) Off OnPosition
<i>integer</i>
) 0-1 -1-1 Pixel<i>boolean</i>
)<p>The x position of the rectangle</p>
<p>The y position of the rectangle</p>
Size
<p>Width of the rectangle</p>
<p>Height of the rectangle</p>
<p>Rotates the rectangle</p>
<p>Softens the 4 corners</p>
Color
<p>Red amount</p>
<p>Green amount</p>
<p>Blue amount</p>
<p>Alpha amount</p>
Mapping
OUTPUT PORTS
<p>Trigger out</p>
Patches using RectangleTexture_v5
Changelog
feature | Added switch to change coordinates system, e.g. pixel based | pandur - 2024-03-12 14:55 |
feature | Added texturemapping for the rectangle and masking | pandur - 2024-03-12 14:56 |
feature | Added "inner" parameter to create an transparent inner hole in the rectangle | pandur - 2024-03-13 12:26 |
feature | Add mapping coordinates position and size to map parts of an image onto the rectangle | pandur - 2024-03-22 09:57 |