Skip to content

Commit

Permalink
refactor buffer storage part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Dec 17, 2024
1 parent d9c8ed9 commit 18fd8c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5,480 deletions.
2 changes: 1 addition & 1 deletion dev/FourClasses.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
const startSize = 2;
const prefs = {
source_url: '/newtiles',
max_points: 10,
max_points: 10000,
alpha: 35, // Target saturation for the full page.
zoom_balance: 0.22, // Rate at which points increase size. https://observablehq.com/@bmschmidt/zoom-strategies-for-huge-scatterplots-with-three-js
point_size: startSize, // Default point size before application of size scaling
Expand Down
Loading

0 comments on commit 18fd8c0

Please sign in to comment.