Skip to content

Commit

Permalink
Fixing missing cameraParams
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-person committed Feb 10, 2024
1 parent be79588 commit 6be60f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gausssplatrenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ let fpsData = {
totalFPS: 0
};

let cameraParams = {
position: [5, 0, 0],
lookAt: [0, 0, 0],
up: [0, -1, 0],
azimuth: 0,
elevation: 0
};

const mouseControlMap = {
// Left mouse button
Expand Down

0 comments on commit 6be60f6

Please sign in to comment.