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
40 stars 15 forks source link

Node design flaw with Quad and Circle and maybe others #406

Open azeno opened 4 years ago

azeno commented 4 years ago

They output an Entity and internally are done with MeshRenderer. So they behave completely different than other nodes like Plane, Cone, Sphere etc.

See vvvv/VL.StandardLibs#413

tebjan commented 3 years ago

moved them to experimental for now so we can decide later.