Philippe Rivière

Results 403 issues of Philippe Rivière

Ideas for later: - change the arrays into typed arrays when possible (edges => edges2, etc) in the delaunay part - use spherical trig for rotation & projection (instead of...

Should the mesh contain the long edges? It would be more consistent to have that, and also include the large triangle, so that the union of all triangles would cover...

make it easier to create a [spherical heatmap](https://observablehq.com/@fil/spherical-heatmap) with contours?

When points that are close together (voronoi of my garden) - [ ] triangles can fail to compute - [ ] long edges can fail to display (maybe a projection...

two fingers gestures can send the script to infinity (or huge or NaN) velocities, which is definitely not good™

it should be easy to unset inertia

- [x] canvas basic (https://bl.ocks.org/Fil/f48de8e9207799017093a169031adb02) - [x] canvas in @observablehq (https://beta.observablehq.com/@fil/translucent-earth) - [x] svg1 eclipses (https://bl.ocks.org/Fil/63366253a5d2f00640c15b096c29a38c) - [ ] svg2 ? floating landmasses (https://bl.ocks.org/Fil/02e6d4c63ab52d202ca9d922b4b9000f/) - [ ] simple webgl -...

see https://bl.ocks.org/HarryStevens/8c9eba0905777a6ea778ebfc16f4d743 issue 1 is solved by adding `if (inertia.timer) inertia.timer.stop();` http://blockbuilder.org/Fil/bf64676d0495518d98fffa21df46d0f0

@vasturiano > Btw, I've noticed one of the disorienting things about the versors globe rotation is that it can easily get turned sideways and upside down. I think maintaining a...

The [planets example](https://visionscarto.net/maps/planets/) sort of works, but it's not the end of the story: - check all mobile gestures (see also #3) - allow panning when outside the sphere (??)