Browse Source

Addons: Export SortUtils. (#27226)

* Addons: Export SortUtils.

* Addons: fix export
Cody Bennett 2 năm trước cách đây
mục cha
commit
0451bc2478
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/jsm/Addons.js

+ 1 - 0
examples/jsm/Addons.js

@@ -272,6 +272,7 @@ export * from './utils/PackedPhongMaterial.js';
 export * as SceneUtils from './utils/SceneUtils.js';
 export * from './utils/ShadowMapViewer.js';
 export * as SkeletonUtils from './utils/SkeletonUtils.js';
+export * as SortUtils from './utils/SortUtils.js';
 export * from './utils/TextureUtils.js';
 export * from './utils/UVsDebug.js';
 export * from './utils/WorkerPool.js';