We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74b450 commit 7434abfCopy full SHA for 7434abf
example/googleMapsAerial.js
@@ -10,7 +10,7 @@ import {
10
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';
11
import { DRACOLoader } from 'three/examples/jsm/loaders/DRACOLoader.js';
12
import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js';
13
-import { OrbitControls } from './src/lib/OrbitControls.js';
+import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
14
import { TileCompressionPlugin } from './src/plugins/TileCompressionPlugin.js';
15
import { TilesFadePlugin } from './src/plugins/fade/TilesFadePlugin.js';
16
0 commit comments