فهرست منبع

Editor: Cleanup (#32965)

林炳权 2 هفته پیش
والد
کامیت
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 { Box3, Vector3 } from 'three';
+import { clone } from 'three/addons/utils/SkeletonUtils.js';
 
 
 import { UIPanel, UIRow, UIHorizontalRule, UIText } from './libs/ui.js';
 import { UIPanel, UIRow, UIHorizontalRule, UIText } from './libs/ui.js';
 
 
 import { AddObjectCommand } from './commands/AddObjectCommand.js';
 import { AddObjectCommand } from './commands/AddObjectCommand.js';
 import { RemoveObjectCommand } from './commands/RemoveObjectCommand.js';
 import { RemoveObjectCommand } from './commands/RemoveObjectCommand.js';
 import { SetPositionCommand } from './commands/SetPositionCommand.js';
 import { SetPositionCommand } from './commands/SetPositionCommand.js';
-import { clone } from '../../examples/jsm/utils/SkeletonUtils.js';
 
 
 function MenubarEdit( editor ) {
 function MenubarEdit( editor ) {
 
 

粤ICP备19079148号