bill vor 3 Jahren
Ursprung
Commit
24847b0bec
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      example/ionExample.js

+ 1 - 1
example/ionExample.js

@@ -32,7 +32,7 @@ import {
 	Sphere,
 } from 'three';
 import { FlyOrbitControls } from './FlyOrbitControls.js';
-import { BufferGeometryUtils } from 'three/examples/jsm/utils/BufferGeometryUtils.js';
+import * as BufferGeometryUtils from 'three/examples/jsm/utils/BufferGeometryUtils.js';
 import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';
 import { DRACOLoader } from 'three/examples/jsm/loaders/DRACOLoader.js';
 import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js';