File tree 1 file changed +8
-8
lines changed
Sources/Widgets/Representations/LineGlyphRepresentation
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- import macro from 'vtk.js/Sources /macros' ;
2
- import * as vtkMath from 'vtk.js/Sources /Common/Core/Math' ;
3
- import vtkGlyph3DMapper from 'vtk.js/Sources /Rendering/Core/Glyph3DMapper' ;
4
- import vtkGlyphRepresentation from 'vtk.js/Sources /Widgets/Representations/GlyphRepresentation' ;
5
- import { Behavior } from 'vtk.js/Sources /Widgets/Representations/WidgetRepresentation/Constants' ;
6
- import { allocateArray } from 'vtk.js/Sources /Widgets/Representations/WidgetRepresentation' ;
7
- import vtkCylinderSource from 'vtk.js/Sources /Filters/Sources/CylinderSource' ;
1
+ import macro from '@kitware/ vtk.js/macros' ;
2
+ import * as vtkMath from '@kitware/ vtk.js/Common/Core/Math' ;
3
+ import vtkGlyph3DMapper from '@kitware/ vtk.js/Rendering/Core/Glyph3DMapper' ;
4
+ import vtkGlyphRepresentation from '@kitware/ vtk.js/Widgets/Representations/GlyphRepresentation' ;
5
+ import { Behavior } from '@kitware/ vtk.js/Widgets/Representations/WidgetRepresentation/Constants' ;
6
+ import { allocateArray } from '@kitware/ vtk.js/Widgets/Representations/WidgetRepresentation' ;
7
+ import vtkCylinderSource from '@kitware/ vtk.js/Filters/Sources/CylinderSource' ;
8
8
import { OrientationModes } from '@kitware/vtk.js/Rendering/Core/Glyph3DMapper/Constants' ;
9
- import { getPixelWorldHeightAtCoord } from 'vtk.js/Sources /Widgets/Core/WidgetManager' ;
9
+ import { getPixelWorldHeightAtCoord } from '@kitware/ vtk.js/Widgets/Core/WidgetManager' ;
10
10
11
11
function vtkLineGlyphRepresentation ( publicAPI , model ) {
12
12
model . classHierarchy . push ( 'vtkLineGlyphRepresentation' ) ;
You can’t perform that action at this time.
0 commit comments