UNPKG
@thewtex/vtk.js-esm
Version:
latest (18.4.2-77b22c7239.1)
18.4.2-77b22c7239.1
18.4.2-77b22c7239
Visualization Toolkit for the Web
github.com/kitware/vtk-js
kitware/vtk-js
@thewtex/vtk.js-esm
/
Rendering
/
Core
/
InteractorStyle
/
Constants.js
18 lines
(16 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
var
States
=
{
IS_START:
0
,
IS_NONE:
0
,
IS_ROTATE:
1
,
IS_PAN:
2
,
IS_SPIN:
3
,
IS_DOLLY:
4
,
IS_CAMERA_POSE:
11
,
IS_WINDOW_LEVEL:
1024
,
IS_SLICE:
1025
}
;
var
vtkInteractorStyleConstants
=
{
States:
States
}
;
export
default
vtkInteractorStyleConstants;
export
{
States
}
;