Browse Source

Update PerspectiveCamera.js

Clean up.
Michael Herzog 4 years ago
parent
commit
053a8f0eaa
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/cameras/PerspectiveCamera.js

+ 0 - 2
src/cameras/PerspectiveCamera.js

@@ -1,6 +1,4 @@
 import { Camera } from './Camera.js';
-import { Vector3 } from '../math/Vector3.js';
-import { Quaternion } from '../math/Quaternion.js';
 import * as MathUtils from '../math/MathUtils.js';
 
 class PerspectiveCamera extends Camera {