Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Oct 28, 2024
1 parent 83b783f commit 861a3fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/src/camera/CameraTransitionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ import { Clock, EventDispatcher, MathUtils, OrthographicCamera, PerspectiveCamer

const _forward = new Vector3();
const _vec = new Vector3();
const _virtOrthoPos = new Vector3();
const _orthographicCamera = new OrthographicCamera();
const _targetPos = new Vector3();


export class CameraTransitionManager extends EventDispatcher {

get animating() {
Expand Down

0 comments on commit 861a3fd

Please sign in to comment.