Skip to content

Commit

Permalink
fix: change the default distance to 200 (zoom out a little bit)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Sep 10, 2024
1 parent a6ce6ab commit ff9eb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/charts/HeightmapChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default class HeightmapChart extends Mixins(BaseMixin, BedmeshMixin, Them
boxWidth: 100 * this.scaleX,
boxDepth: 100 * this.scaleY,
viewControl: {
distance: 150,
distance: 200,
...this.defaultOrientation,
},
},
Expand Down

0 comments on commit ff9eb0e

Please sign in to comment.