Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement contiguous cubies like in M120C #105

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Reimplement contiguous cubies like in M120C #105

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The contiguous cubies option never worked well and was removed. Try 
reimplementing it using Roice's suggestion in message 1232:


"There is a way to make the implementation of this much easier, which I used in 
M120C.  Instead of shrinking the stickers based on their centers, you shrink 
them from appropriate points on the cell boundary.  You also make it so that 
when the cell size is set to maximum, it fits the cell boundary of the parent 
polytope (which is a very natural choice anyway).  Then you will always have 
contiguous cubies when the cell size is maxed out, regardless of the sticker 
shrink value.  This avoids an awkward dependence of contiguous cubies on both 
the face shrink and sticker shrink parameters (requiring constraint 
calculations to get a working set)."

Original issue reported on code.google.com by [email protected] on 29 Oct 2010 at 4:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant