Everything works well at first. However, as soon as a Polydata (with getVerts().setData(vertex) added to it) is added, an error is returned saying: Error linking shader FRAGMENT varying vertexIDVSOutput does not match any VERTEX varying
I tried to replicate the error using a minimal configuration, but I could not.
It is possible that the issue comes from the hardware picking. Adding a widget manager adds a hardware picker into the renderer. Recently the hardware picker has been improved. It wouldn’t be surprising if it does not support vertices (only lines and polys).
It might be worthwile to try a version of VTK.js BEFORE the MR 2369 and see if it still fails.