Skip to content

Commit

Permalink
increase bathymetry grid resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Dec 6, 2024
1 parent 7a030ca commit 77275b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CesiumViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ export default {
canvas.height = height
// Create grid with improved interpolation
const gridSize = 100
const gridSize = 200
const grid = interpolateToGrid(normalizedPoints, gridSize)
const smoothedGrid = smoothGrid(grid, 1)
Expand Down

0 comments on commit 77275b2

Please sign in to comment.