Skip to content

Commit

Permalink
Move FlyOrbitControls file
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Jan 2, 2024
1 parent e6d0fd3 commit b513fed
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/fadingTiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
PerspectiveCamera,
Group,
} from 'three';
import { FlyOrbitControls } from './FlyOrbitControls.js';
import { FlyOrbitControls } from './src/controls/FlyOrbitControls.js';
import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js';

let camera, controls, scene, renderer;
Expand Down
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
OrthographicCamera,
Sphere,
} from 'three';
import { FlyOrbitControls } from './FlyOrbitControls.js';
import { FlyOrbitControls } from './src/controls/FlyOrbitControls.js';
import * as BufferGeometryUtils from 'three/examples/jsm/utils/BufferGeometryUtils.js';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';
import { DRACOLoader } from 'three/examples/jsm/loaders/DRACOLoader.js';
Expand Down
2 changes: 1 addition & 1 deletion example/ionExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
Group,

Check warning on line 8 in example/ionExample.js

View workflow job for this annotation

GitHub Actions / build (14.x)

'Group' is defined but never used

Check warning on line 8 in example/ionExample.js

View workflow job for this annotation

GitHub Actions / build (16.x)

'Group' is defined but never used
Sphere,
} from 'three';
import { FlyOrbitControls } from './FlyOrbitControls.js';
import { FlyOrbitControls } from './src/controls/FlyOrbitControls.js';
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';
Expand Down
2 changes: 1 addition & 1 deletion example/mars.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
Group,
FogExp2,
} from 'three';
import { FlyOrbitControls } from './FlyOrbitControls.js';
import { FlyOrbitControls } from './src/controls/FlyOrbitControls.js';
import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js';

let camera, controls, scene, renderer;
Expand Down
File renamed without changes.

0 comments on commit b513fed

Please sign in to comment.