Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 1, 2024
1 parent 512c808 commit 67b7fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/three/ReorientationPlugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Sphere, Vector3 } from 'three';
import { OBJECT_FRAME } from '3d-tiles-renderer';
import { OBJECT_FRAME } from '../../three/math/Ellipsoid.js';

const sphere = /* @__PURE__ */ new Sphere();
const vec = /* @__PURE__ */ new Vector3();
Expand Down

0 comments on commit 67b7fe6

Please sign in to comment.