TextureArrayLoader_v2 Op
load multiple images into an array
Summary (oneliner)
Use url with XXX
as wildcard
for example:
url: cat_XXX.jpg
Index Start: 1
Index End: 5
will try to load: cat_1.jpg
, cat_2.jpg
, cat_3.jpg
, cat_4.jpg
, cat_5.jpg
Full Name
- Ops.Gl.TextureArrayLoader_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch texture array loader
INPUT PORTS
Url (String)
Left Pad (Number: boolean)
Activate when your images have preceding zeros, e.g. my_image_001.jpg
, … my_image_056.jpg
Index Start (Number: integer)
The first image number, e.g. my_image_0005.jpg
—> 5
Index End (Number: integer)
The last image number, e.g. my_image_0143.jpg
—> 143
filter index (Number: integer)
wrap index (Number: integer)
Flip (Number: boolean)
unpackPreMultipliedAlpha (Number: boolean)
OUTPUT PORTS
TextureArray (Array)
Width (Number)
Height (Number)
Loading (booleanNumber)
Aspect Ratio (Number)