Hacker News new | ask | show | jobs
by haack 2240 days ago
This is really cool. Do you selectively render depending on the zoom level? (I looked for source but could only find the minified js on your github)
1 comments

Yeah, I have basic culling implemented. Objects that are larger than, say, 3x their normal scale are not rendered. Likewise with those 1/100th their normal scale.