hey @Sebastien_Jourdain. Thanks for the pointer regarding the version. This error shows when using the latest version of vtk.js 22.5.1
(and also all versions after 22.4.1
). However, the system seems to operate as expected using version 22.4.0
.
I have now locked in the version to use.
<script type="text/javascript" src="https://unpkg.com/vtk.js@22.4.0/vtk.js"></script>
Do you know of anything changed between 22.4.0
and 22.4.1
which might have affected this? Or why this only might have raised its head now?
Just to answer your questions:
- I am using the same machine as I always was for this development
- I have restarted the browser and the whole machine
- This was tested on Chrome, Safari and Firefox
- Tested on MacOS and Azure VM
- The basic online example of the cone is working for me with the newest version.