I'm getting more and more frustrated. The attached code, modified from
before, do a F5, view as Open CSG. If you are like me, you'll see 2 gray
objects, one a collection of intersecting tetrahedrons, the other a
collection of cylinders. However, I see a couple of green stray green
cylinders somewhere inside the tetrahedrons, and one stray green
tetrahedron inside the cylinders object. By all mathematics, this should
not happen. The code generates the shapes in fractal manner. I would
expect uniformity (no cylinders in tetrahedrons, no tetrahedron in
cylinders). Given that the unexpected happens, no wonder my model
doesn't come out right.
I'll try to attach a pic too...
I'm using OpenSCAD http://www.openscad.orgversion 2014.03 on a linux
64 (Fedora 20).
On 01/30/2015 08:38 PM, MichaelAtOz wrote:
I have yet to look at your code in detail, but do a F5, then
view/thrown-together, the triangles are inside out.
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Fwd-Help-us-resolve-issues-with-models-in-order-882138-tp11348p11349.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Would make a nice Xmas ornament... ;)
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Fwd-Help-us-resolve-issues-with-models-in-order-882138-tp11348p11354.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Sorry, I can't help with that latest one, it kills my GPU ...
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Fwd-Help-us-resolve-issues-with-models-in-order-882138-tp11348p11355.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Your tetrahedron is inside out.
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Fwd-Help-us-resolve-issues-with-models-in-order-882138-tp11348p11356.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On Jan 31, 2015, at 00:50 AM, Adrian Grajdeanu adriang0@cox.net wrote:
I'm getting more and more frustrated. The attached code, modified from before, do a F5, view as Open CSG. If you are like me, you'll see 2 gray objects, […]
Your code renders as the attached image using F5. Could you make sure the code you attach the code that actually render what you see?
Some tips:
o I noticed that some of your faces are inside-out (e.g. ofaces at the top). You can visualize inside-out faces: They turn pink in Throwntogether mode (F12).
o You might want to use the latest development snapshot as a lot of bugs has been fixed and new feature are available.
Once you’re tried that, please send an updated file and screenshot and I can take a look at it.
Cheer,
-Marius