UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 149 B
/** * * @param {THREE.Object3D} a * @param {THREE.Object3D} b */ export function compare_three_objects(a, b) { return a.id - b.id; }