We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › help with converting 2d image to 3d shape
Pages: 1 2 
help with converting 2d image to 3d shape (Read 7621 times)
Re: help with converting 2d image to 3d shape
Reply #15 - Jun 15th, 2010, 7:17pm
 
Phew.... If you still get that issue with the latest versions, please do file a bug, cheers!

downloads:
http://hg.postspectacular.com/toxiclibs/downloads/

issue tracker:
http://hg.postspectacular.com/toxiclibs/issues
Re: help with converting 2d image to 3d shape
Reply #16 - Jun 15th, 2010, 7:30pm
 
OK I downloaded the latest (already had it) recopied the code and ran it...again.  And...it worked perfectly.

thank you for sticking with me and helping me discover that I had a problem.  I wish I knew what the problem was; but  thank you
Re: help with converting 2d image to 3d shape
Reply #17 - Jun 17th, 2010, 3:12am
 
Wow Great posting.WelDone Guys.Thanks to share How convert 2d image to 3d shape..Great work do.Work At Home On the Internet  
Re: help with converting 2d image to 3d shape
Reply #18 - Jun 17th, 2010, 1:16pm
 
OK Toxi,
Now that I know something about your libraries, I'm inspired. I also have questions.
If I understand correctly, you're creating a series of blobs in 3D space and then skinning them to create the final watertight model...correct?

Can I import a model and skin it the same way?
In your sketch this line:
mesh.saveAsSTL(sketchPath("test.stl"), true);
saves the STL file from the sketch, is it possible to save the STL from an applet back to the server?  How?
Pages: 1 2