vtk.js not working anymore on Chrome/macOS
See original GitHub issueUncaught TypeError: Cannot read property 'blendFuncSeparate' of null
at Object.e.initialize (Cone.js:1)
at e.buildPass (Cone.js:1)
at Object.e.apply (Cone.js:1)
at Object.e.traverse (Cone.js:1)
at Object.e.traverse (Cone.js:1)
at Object.e.traverseAllPasses (Cone.js:1)
at Object.e.forceRender (Cone.js:1)
at Object.e.render (Cone.js:1)
at Object.e.initialize (Cone.js:1)
at i (Cone.js:1)
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
VTK.js blank screen - Web
I am trying to get the VTK.js examples to work in my Django Project and the webpack produces the js code (attached).
Read more >Overview | vtk.js - Kitware, Inc.
Welcome to the vtk.js documentation. If you encounter any problems when using vtk.js, have a look at the troubleshooting guide, ...
Read more >CustomWebGPUCone - vtk.js
CustomWebGPUConeLive example Sourceimport '@kitware/vtk.js/favicon';// Load the rendering pieces we want to use (for WebGPU)import ...
Read more >VolumeViewer - vtk.js
create a gaussian at that given position and height with no bias. ... import vtkVolume from '@kitware/vtk.js/Rendering/Core/Volume';
Read more >DistanceWidget - vtk.js
DistanceWidgetLive example Sourceimport '@kitware/vtk.js/favicon';// Load the rendering pieces we want to use (for both WebGL and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I recognize v12 is very old now. I will spend some time in the next few weeks to update to pre-webGPU v16 or v15 and see what that does.
Try restarting your browser. I noticed that once Chrome reach a weird state, you can no longer create a WebGL context. HTH