Skip to content

Commit

Permalink
Merge pull request #54 from TDT4290-group-4/53-initial-target-points-fix
Browse files Browse the repository at this point in the history
53 Inital target point
  • Loading branch information
kleinc authored Oct 30, 2025
2 parents b4a0e8c + b476006 commit 0711b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/potreeViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export async function createPotreeViewer(
// Initialize camera position and target point (manually chosen)
viewer.scene.view.setView(
[4094989.813, 59057.337, 8363694.681], // Initial camera position
[1500922.651, 510673.03, 5427934.722] // Initial target point
[1821061.22, 266704.21, 6084038.77] // Initial target point
)

return viewer
Expand Down

0 comments on commit 0711b75

Please sign in to comment.