TextureSVG_v2 Op

TextureSVG

Load a SVG image and convert to a texture of pixels



Full Name
  • Ops.Gl.Textures.TextureSVG_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


File (String)

<p>File to load</p>

Texture width (Number:

<i>integer</i>

)

<p>Width of the texture</p>

Texture height (Number:

<i>integer</i>

)

<p>Height of the texture</p>

Wrap index (Number:

<i>integer</i>

)

<p>Wrap mode for texture - pick with an integer</p>

Filter index (Number:

<i>integer</i>

)

<p>Filter mode for texture - pick with an integer</p>

OUTPUT PORTS


Texture (Object)

<p>texture out</p>

Loaded (

<i>boolean</i>

Number)

<p>is true when texture has been created</p>


Patches using TextureSVG_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2020-09-09 16:38