@kitware/vtk.js 26.9.14 → 26.9.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import macro from '../../macros.js';
|
|
2
2
|
|
|
3
|
-
var DEFAULT_VIEW_API =
|
|
3
|
+
var DEFAULT_VIEW_API = 'WebGL';
|
|
4
4
|
var VIEW_CONSTRUCTORS = Object.create(null); // ----------------------------------------------------------------------------
|
|
5
5
|
// static methods
|
|
6
6
|
// ----------------------------------------------------------------------------
|