We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba09557 commit f6357dfCopy full SHA for f6357df
1 file changed
src/Rendering/VTKJS/vtk/ItkVtkViewProxy.js
@@ -36,6 +36,8 @@ function numberToText(number, precision) {
36
function ItkVtkViewProxy(publicAPI, model) {
37
// Set our className
38
model.classHierarchy.push('ItkVtkViewProxy')
39
+ // Use WebGL as rendering backend
40
+ model.renderWindow.setDefaultViewAPI('WebGL')
41
42
// Private --------------------------------------------------------------------
43
//
0 commit comments