TextureSVG_v2 Op
Load a SVG image and convert to a texture of pixels
Summary (oneliner)
Full Name
- Ops.Gl.Textures.TextureSVG_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch SVG texture
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>