Skip to content

Commit

Permalink
refactor(#35): ♻️ change inital starting position for camera
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinc committed Oct 20, 2025
1 parent 8a03cc9 commit 3e928f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/potreeViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export async function createPotreeViewer(containerId, pointcloudUrl, settings) {

// Initialize camera position and target point (manually chosen)
viewer.scene.view.setView(
[1993552.9, 87954.487, 7134018.721], // Initial camera position
[1184471.63, 63828.49, 6243615.52] // Initial target point
[3961574.044, 1494736.334, 8348318.575], // Initial camera position
[1500922.651, 510673.030, 5427934.722] // Initial target point
)

return viewer
Expand Down

0 comments on commit 3e928f4

Please sign in to comment.