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
36 stars 14 forks source link

Transform [Textures.Filter] works in inverse #98

Open antongit opened 2 years ago

antongit commented 2 years ago

Transform [Textures.Filter] transforms the texture in an inverse way (so, scaling up, makes the texture small). @tebjan said, that Transform should be called UVTransform, and Transform node should indeed inverse the incoming Transform Matrix.

Current state is illustrated here: image