Skip to content

Commit

Permalink
feat(#15): show compass by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSolberg committed Oct 29, 2025
1 parent 1315491 commit d2b1b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/potreeViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ export async function createPotreeViewer(

makeGlobeBackgroundOption()

// Show compass
viewer.compass.setVisible(true)

initMeasurementsPanel(viewer)
initAnnotationsPanel(viewer)
initMiniMap(viewer)
Expand Down

0 comments on commit d2b1b58

Please sign in to comment.