matttraynar / Terrain

0 stars 0 forks source link

Get Voronoi Diagram working #2

Closed matttraynar closed 7 years ago

matttraynar commented 7 years ago

Need to get the basic Voronoi diagram working so that it can take points and use Fortune's algorithm to produce a diagram from them.

matttraynar commented 7 years ago

Slowly making progress, implemented Fortune's algorithm but it doesn't work just yet. Some issues with edge creation from the Voronoi points.

matttraynar commented 7 years ago

This is all but done. Needs a few fixes as currently seems to be drawing a stretched diagram. Better than nothing though

matttraynar commented 7 years ago

This is now done. All works. Still a few artefact edges but I'm yet to figure out where they're coming from