Those are temporary files and the normal user should not be concerned about them; all you need is the final 3D pdf file (like the ones in the gallery). Try for example asy -V -f pdf examples/teapot You don't need dvips or ps2pdf to create 3D PDF files. It looks like you are trying to do something unusual, so if you want more help, you'll need to post an example (and explain why the normal...
2013-05-21 18:06:42 PDT in Asymptote
Probably you are not really in 3D mode. Make sure you read the section on module 3, which explains the different kinds of 3D output. You want either OpenGL or PRC (3D PDF) output. Rendering to a bitmap will not produce vector graphics (although it may help to increase the value of setting.render).
2013-05-21 16:55:23 PDT in Asymptote
Sorry, this is a Windows limitation: you can't render in an iconified window. Under UNIX (and MacOS X), systems some graphics drivers support batch mode (-noV) rendering in an iconified window; this can be enabled with the setting iconify=true. You can also do offscreen rendering, if you have libOSMesa installed before running ./configure.
2013-05-21 16:50:48 PDT in Asymptote
Asymptote (http://asymptote.sourceforge.net) is a powerful descriptive vector graphics language for technical drawing, inspired by MetaPost but with an improved C++-like syntax. Asymptote provides for figures the same high-quality level of typesetting that LaTeX does for scientific text. Compilation without the FFTW library is now...
2013-05-20 10:08:50 PDT in Asymptote
Compilation without the FFTW library is now supported again.
2013-05-20 10:07:44 PDT in Asymptote
jcbowman committed revision 5565 to the Asymptote SVN repository, changing 2 files.
2013-05-20 09:20:59 PDT in Asymptote
jcbowman made 3 file-release changes.
2013-05-20 09:19:03 PDT in Asymptote
jcbowman made 2 file-release changes.
2013-05-20 09:18:03 PDT in Asymptote
jcbowman made 1 file-release changes.
2013-05-20 09:16:03 PDT in Asymptote
As it happens, this was already fixed in svn just about 1 hour before this bug report was submitted. I will make a new release tomorrow.
2013-05-18 23:50:34 PDT in Asymptote