thegrandpoobah / voronoi

Weighted Voronoi Stippler
http://www.saliences.com/projects/npr/stippling/index.html
MIT License
58 stars 25 forks source link

Dynamic Step Size #9

Closed thegrandpoobah closed 12 years ago

thegrandpoobah commented 12 years ago

The computation of cell centroids uses a fixed step size regardless of the size of the centroid. If the stepping size is dynamically computed, it may a) speed up the computation, and b) make the results more refined.

thegrandpoobah commented 12 years ago

Fixed by check-in 902257e