File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { createRoot } from 'react-dom/client';
33import { Canvas } from '@react-three/fiber' ;
44import { TilesPlugin , TilesRenderer , EnvironmentControls } from '3d-tiles-renderer/r3f' ;
55import { TilesFadePlugin } from '3d-tiles-renderer/plugins' ;
6- import { TopoLinesPlugin } from '../src/plugins/topolines/TopoLinesPlugin.js' ;
6+ import { TopoLinesPlugin } from '../three/ src/plugins/topolines/TopoLinesPlugin.js' ;
77import { TopoLineScaleWidget } from './components/TopoLineScaleWidget.jsx' ;
88import { useControls } from 'leva' ;
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { createRoot } from 'react-dom/client';
33import { Canvas } from '@react-three/fiber' ;
44import { TilesPlugin , TilesRenderer , EnvironmentControls } from '3d-tiles-renderer/r3f' ;
55import { TilesFadePlugin } from '3d-tiles-renderer/plugins' ;
6- import { TopoLinesPlugin } from '../src/plugins/topolines/TopoLinesPlugin.js' ;
6+ import { TopoLinesPlugin } from '../three/ src/plugins/topolines/TopoLinesPlugin.js' ;
77import { TopoLineScaleWidget } from './components/TopoLineScaleWidget.jsx' ;
88
99const tilesetUrl = 'https://raw.githubusercontent.com/NASA-AMMOS/3DTilesSampleData/master/msl-dingo-gap/0528_0260184_to_s64o256_colorize/0528_0260184_to_s64o256_colorize/0528_0260184_to_s64o256_colorize_tileset.json' ;
You can’t perform that action at this time.
0 commit comments