7 ms·
Hi. I'm the creator of the site. Unfortunately, each time the globe orientation changes, the distortion caused by the projection needs to be recalculated. Tried
by cambecc 13y ago
Hi. I'm the creator of the site. Unfortunately, each time the globe orientation changes, the distortion caused by the projection needs to be recalculated. Tried to think of ways to make this faster or save computations, but haven't found any good solutions yet.
- onion2k 13y agoFrom a usability aspect at least, you could keep the same distortion until the interaction ends, and then tween the distortion values to the new orientation over a second or two. Technically it'd be 'wrong' for a short time, but it'd be nicer to use. Awesome work regardless though.
- worldsayshi 13y agoAny demoscene people in the thread?
- keithpeter 13y agoExcellent stuff. Not sure if it is feasible but a slider control for height would show the transition from high altitude (circulation currents) through to surface conditions really nicely. Hard to cache the animation I imagine.
- deletes 13y agoDoes the data update after a while, or do I have to refresh the page manually?