eugene-og / threes-company

Automatically exported from code.google.com/p/threes-company
0 stars 0 forks source link

Implement filling #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This may require us to change the way we represent holes.

Original issue reported on code.google.com by dbenamy on 15 Dec 2007 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by dbenamy on 15 Dec 2007 at 6:21

GoogleCodeExporter commented 9 years ago
I'm not sure how to do this easily.  Holes obviously can't be circular objects
anymore.  Seems like they should be arbitrarily shaped regions of the Board - 
meaning
that board should be modified so that every point on it can be either "filled" 
or
"unfilled".  This sounds like a major undertaking, both on the Backend and in 
the GUI.

Original comment by gene...@gmail.com on 15 Dec 2007 at 5:07

GoogleCodeExporter commented 9 years ago
Implementing weenie filling. Taking bites out of the blobs seems nonuseful and
nonreasonable at the moment (there are infinitely many points in a hole!), so 
we're
going to try shrinking them instead.

Original comment by zac...@gmail.com on 16 Dec 2007 at 6:25

GoogleCodeExporter commented 9 years ago
Fixed @ rev 460.

Original comment by zac...@gmail.com on 16 Dec 2007 at 8:22