UNPKG
vtk.js-custom-jhonny
Version:
latest (32.8.1-custom.8t)
32.8.1-custom.8t
32.8.1-custom.7
32.8.1-custom.6
32.8.1-custom.5
32.8.1-custom.4
32.8.1-custom.3
32.8.1-custom.2
32.8.1-custom.1
Visualization Toolkit for the Web
github.com/kitware/vtk-js
Kitware/vtk-js
vtk.js-custom-jhonny
/
Rendering
/
OpenGL
/
HardwareSelector
/
Constants.js
14 lines
(12 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const
PassTypes
=
{
MIN_KNOWN_PASS:
0
,
ACTOR_PASS:
0
,
COMPOSITE_INDEX_PASS:
1
,
ID_LOW24:
2
,
ID_HIGH24:
3
,
MAX_KNOWN_PASS:
3
}
;
var
Constants
=
{
PassTypes
}
;
export
{
PassTypes
,
Constants
as
default
}
;