vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

VL.Skia [Graphics.Skia.Layers] (P)Vertices(Experimental) #646

Closed CeeYaa closed 1 year ago

CeeYaa commented 1 year ago

Everything is already there, just need to be renamed

The ProcessNode Vertices(Experimental) has two Inputs named Vertices (Seqeuence)

One is for the Positions of the Points from the Vertices The other one is for the Position of the Points from the TextureCoordinate similar UVCoordinates

it works for me to rename the second Input to TextureUVCoordinates but I have to start VVVV with "--editable-packages VL.Skia" or make my own node but to many additional *.dll's necessary

Can you just add this PIN (everything is already there just a renaming missing :) THX