Skip to content

Commit

Permalink
Addons: Export SortUtils. (mrdoob#27226)
Browse files Browse the repository at this point in the history
* Addons: Export SortUtils.

* Addons: fix export
  • Loading branch information
CodyJasonBennett authored and AdaRoseCannon committed Jan 15, 2024
1 parent b5f43ab commit 3aa97e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/jsm/Addons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3aa97e3

Please sign in to comment.