beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

TextureSVG_v2 Op



TextureSVG
Namespace: Ops.Gl.Textures

Op author: pandur

Test Patches: 1 Test

Load a SVG image and convert to a texture of pixels




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


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using TextureSVG_v2

  • Examples
  • Public
  • My Patches

Changelog


created op
2020-09-09 - pandur