Hi, i’m trying to use vtk.js with vue.js for 2D visualisation of 3D volumes. I tried calling vtkGenericRenderWindow.newInstance()
in the onMounted
hook of my component, but it would throw this error from inside the vtk.js implementation:
Uncaught TypeError: renNode is undefined
in traverse ForwardPass.js:43 (vtk.js implementation)