TextureSVG_v2 Op
Load a SVG image and convert to a texture of pixels
Summary (oneliner)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
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 |