Flokey82 / genworldvoronoi

Generates a planet with basic climate simulation, city placement, Wavefront OBJ/SVG/PNG export, leaflet server, etc. WIP!
Apache License 2.0
4 stars 1 forks source link

AssignDistanceField and UpdateDistanceField can be merged #18

Closed Flokey82 closed 1 year ago

Flokey82 commented 1 year ago

Since they are so similar, they can be merged. AssignDistanceField can take a pre-existing distance field as parameter and simply update it. If nil is supplied, we just initialize a new one.

Flokey82 commented 1 year ago

The merged function is quite a bit slower... Closing this for now. I might re-visit this at a later date.