Skip to content

Commit

Permalink
Remove OrbitControls lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Nov 3, 2024
1 parent a74b450 commit 7434abf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,390 deletions.
2 changes: 1 addition & 1 deletion example/googleMapsAerial.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';
import { DRACOLoader } from 'three/examples/jsm/loaders/DRACOLoader.js';
import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js';
import { OrbitControls } from './src/lib/OrbitControls.js';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
import { TileCompressionPlugin } from './src/plugins/TileCompressionPlugin.js';
import { TilesFadePlugin } from './src/plugins/fade/TilesFadePlugin.js';

Expand Down
Loading

0 comments on commit 7434abf

Please sign in to comment.