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.
Page Index Toggle Pages: 1
prosvg+P3D (Read 604 times)
prosvg+P3D
Oct 25th, 2007, 11:27pm
 
Hello community  
I'm from Argentina Mar del Plata, I've  starting whit processing.

How can i combine:

import prosvg.*;

size(500,375,"prosvg.SVGOut");
size(500,375,P3D);

its there a way or its not possible.

Thanks
Re: prosvg+P3D
Reply #1 - Oct 26th, 2007, 6:38am
 
I don't think it's possible but then again I've never used proSVG.

Depending on what you want to do, I would look at other libraries.

For example, if you only want to load an SVG file and animate it in 3D, I would suggest using Candy SVG Import.

If you want to export you sketch in vector format, try using the PDF Export library.

Maybe these threads would help:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=LibraryProblems;action=display;num=1192030098

http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_libraries_tools;action=display;num=1129402463

Depends what you want to do with it I guess.

Cheers!
Re: prosvg+P3D
Reply #2 - Oct 26th, 2007, 8:51pm
 
Thanks i will try  it.
Page Index Toggle Pages: 1