File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
import macro from 'vtk.js/Sources/macros' ;
2
2
import Constants from 'vtk.js/Sources/Rendering/WebXR/RenderWindowHelper/Constants' ;
3
- import vtkActor from '@kitware/ vtk.js/Rendering/Core/Actor' ;
4
- import vtkLineSource from '@kitware/ vtk.js/Filters/Sources/LineSource' ;
5
- import vtkMapper from '@kitware/ vtk.js/Rendering/Core/Mapper' ;
3
+ import vtkActor from 'vtk.js/Sources /Rendering/Core/Actor' ;
4
+ import vtkLineSource from 'vtk.js/Sources /Filters/Sources/LineSource' ;
5
+ import vtkMapper from 'vtk.js/Sources /Rendering/Core/Mapper' ;
6
6
import { GET_UNDERLYING_CONTEXT } from 'vtk.js/Sources/Rendering/OpenGL/RenderWindow/ContextProxy' ;
7
7
import { vec3 } from 'gl-matrix' ;
8
8
@@ -397,4 +397,5 @@ export const newInstance = macro.newInstance(
397
397
export default {
398
398
newInstance,
399
399
extend,
400
+ ...Constants ,
400
401
} ;
Original file line number Diff line number Diff line change
1
+ import vtkRenderWindowHelper from './RenderWindowHelper' ;
2
+
3
+ export default {
4
+ vtkRenderWindowHelper,
5
+ } ;
Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ import Misc from './Misc';
3
3
import OpenGL from './OpenGL' ;
4
4
import SceneGraph from './SceneGraph' ;
5
5
import WebGPU from './WebGPU' ;
6
+ import WebXR from './WebXR' ;
6
7
7
8
export default {
8
9
Core,
9
10
Misc,
10
11
OpenGL,
11
12
SceneGraph,
12
13
WebGPU,
14
+ WebXR,
13
15
} ;
You can’t perform that action at this time.
0 commit comments