Skip to content

Commit 7434abf

Browse files
committed
Remove OrbitControls lib
1 parent a74b450 commit 7434abf

File tree

2 files changed

+1
-1390
lines changed

2 files changed

+1
-1390
lines changed

example/googleMapsAerial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';
1111
import { DRACOLoader } from 'three/examples/jsm/loaders/DRACOLoader.js';
1212
import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js';
13-
import { OrbitControls } from './src/lib/OrbitControls.js';
13+
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
1414
import { TileCompressionPlugin } from './src/plugins/TileCompressionPlugin.js';
1515
import { TilesFadePlugin } from './src/plugins/fade/TilesFadePlugin.js';
1616

0 commit comments

Comments
 (0)