Browse Source

Fixes for imports

Peter Varga 6 years ago
parent
commit
9723ee54b6
1 changed files with 2 additions and 3 deletions
  1. 2 3
      examples/jsm/loaders/DRACOLoader.d.ts

+ 2 - 3
examples/jsm/loaders/DRACOLoader.d.ts

@@ -1,9 +1,8 @@
 import {
   LoadingManager,
   BufferGeometry,
-  TrianglesDrawMode,
-  TriangleStripDrawMode,
-} from '../../../build/three.module.js';
+  TrianglesDrawModes
+} from '../../../src/Three';
 
 export class DRACOLoader {
   constructor(manager?: LoadingManager);