help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fltk] saving 3D images


From: Jordi Gutiérrez Hermoso
Subject: Re: [fltk] saving 3D images
Date: Fri, 4 Feb 2011 07:57:04 -0600

On 4 February 2011 04:42, Martijn Brouwer <address@hidden> wrote:
> I found out that 3.3.91 is out (it is not listed on the download page!).
> Unfortunately, 3.3.91 also does not like printing 3D images.

Can you be more specific on just exactly how Octave dislikes printing 3d images?

I suspect it's a problem with the gl2ps method of printing. Currently
the way printing works is that it converts your data to a vector
format, and then converts the resulting vector image to a bitmap
format. If you have a huge amount of data, you would see Octave eat
CPU seemingly "forever" before it produced a result. I see that your
cylinder is highly detailed, so I believe this to be the problem.

So, can you report if you see an error message, or if you just see
Octave eating CPU?

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]