林炳权 2 недель назад
Родитель
Сommit
65697e0be0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      editor/js/Menubar.Edit.js

+ 1 - 1
editor/js/Menubar.Edit.js

@@ -1,11 +1,11 @@
 import { Box3, Vector3 } from 'three';
+import { clone } from 'three/addons/utils/SkeletonUtils.js';
 
 import { UIPanel, UIRow, UIHorizontalRule, UIText } from './libs/ui.js';
 
 import { AddObjectCommand } from './commands/AddObjectCommand.js';
 import { RemoveObjectCommand } from './commands/RemoveObjectCommand.js';
 import { SetPositionCommand } from './commands/SetPositionCommand.js';
-import { clone } from '../../examples/jsm/utils/SkeletonUtils.js';
 
 function MenubarEdit( editor ) {
 

粤ICP备19079148号