Load a SVG image and convert to a texture of pixels
summary (oneliner)
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
File (String)
File to load
Texture width (integer /Number)
Width of the texture
Texture height (integer /Number)
Height of the texture
Wrap index (integer /Number)
Wrap mode for texture - pick with an integer
Filter index (integer /Number)
Filter mode for texture - pick with an integer
Outputs
Texture (Object)
texture out
Loaded (Number)
is true when texture has been created
Patches using TextureSVG_v2
Changelog
created op 2020-09-09 - pandur |