raigan2 wrote:
This is maybe OT, but at 1:05 in the first video there's a pretty cool effect where dense features are highlighted in pink, and as you zoom in (and they spread out) the highlighting diminishes. How was this done? Drawing an additive-blended nearly-transparent point at each vertex is my only guess..
It seems like a really effective method for showing where features are too dense to properly see at the current zoom level.
Not really an effect more a feature

. Due to how those polygons are generated we get clusters of vertexes at certain areas. I just draw each vertex in the polygon as a red pixel.
The video size is reduced and compressed by YouTube so single pixel vertexes are barely seen, when they are grouped liked that not even YouTubes compression algorithm can remove them

. So when zooming in the vertex density gets smaller to a point where the compression makes them invisible again.