bill 3 yıl önce
ebeveyn
işleme
24847b0bec
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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';