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 & HelpOther Libraries › Rewriting Candy for 3D
Page Index Toggle Pages: 1
Rewriting Candy for 3D (Read 283 times)
Rewriting Candy for 3D
Sep 24th, 2008, 12:43am
 
I'm trying to import SVG lines into a 3D sketchbook.  Currently the Candy SVG lib only works in 2D sketchbooks.  What is the best way to get permission to modify the existing library to work in 3D mode?
Re: Rewriting Candy for 3D
Reply #1 - Sep 24th, 2008, 1:58am
 
no need to get permission, the code for the svg library is included with the download. you can comment out the lines that use strokeCap() and strokeJoin() and it'll probably work fine for you. more info about using the source is at dev.processing.org.

or, it's a bug that'll be fixed sometime prior to 1.0:
http://dev.processing.org/bugs/show_bug.cgi?id=628
Page Index Toggle Pages: 1