Skip to content

Commit

Permalink
refactor(#53): ♻️ Change inital target position
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinc committed Oct 29, 2025
1 parent b4a0e8c commit b476006
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 b476006

Please sign in to comment.