SortUtils

Import

SortUtils is an addon, and must be imported explicitly, see Installation#Addons.

import * as SortUtils from 'three/addons/utils/SortUtils.js';

Static Methods

.radixSort( arr : Array.<Object>, opt : Object )

arr

The array to sort.

opt

The options

Source

examples/jsm/utils/SortUtils.js