Skip to content

Commit

Permalink
add camera controls
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Jun 25, 2022
1 parent f24ebce commit cc9b066
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/Components/CameraControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import {
import {roundCoord} from '../utils/math'


// TODO(pablo): this is temporary global state solution for the camera logic
// let cameraControls


// TODO(pablo): CameraControl has to be loaded into DOM for any of the
// handlers below to function, but we also decided not to display it
// as its own button. So for now it's hidden.
Expand Down
1 change: 1 addition & 0 deletions src/Components/CameraControl.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class MockCamera {
this.doTween = doTween
}


/**
* @return {Array} camera position
*/
Expand Down

0 comments on commit cc9b066

Please sign in to comment.