Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [Manta] -imagedisplay


Chronological Thread 
  • From: "Abe Stephens" <abestephens@gmail.com>
  • To: "James Bigler" <bigler@sci.utah.edu>
  • Cc: "manta@sci.utah.edu" <manta@sci.utah.edu>
  • Subject: Re: [Manta] -imagedisplay
  • Date: Thu, 14 Feb 2008 11:01:46 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=g92vWAAONJvLX/FnRgEID68LTmMtVrcW/5qJI/nMgXBE3KT3AQJnlLiKyGgQtgBwrYVrefjX5BFWuF3btTh0Ip7EmeCOvnBPt9qAz66VXxt8sVdpWMrFck4T5t2jttCL9aotMPAXzYfivhEQslrw6H899wuODvSx2MM9pACX6i4=

Is this a bin/manta problem or something in the MantaInterface implementation? The code that dumps frames to disk (for camera path animation) replaces the OpenGLDisplay with a MultiImageDisplay, where one of the child displays is the original gl display and the other is some type of file display.

It might be the case that a separate channel is being setup for each -imagedisplay on the command line. I'm not sure why this would be useful to bin/manta which only displays one window.

Abe

On Thu, Feb 14, 2008 at 9:31 AM, James Bigler <bigler@sci.utah.edu> wrote:
It may have served some purpose in the beginning (adding more multiple displays), but I don't think it works as intended.  I think for the sake of simplicity, this behavior should
be seen as a bug and fixed.

Thanks,
James

Thiago Ize wrote:
> Each time -imagedisplay is passed to manta as an argument, it renders an
> extra image (I think, at the very least, it looks like that according to
> performance). This can make things appear to be slower than they really
> are. I noticed this when I passed -imagedisplay null and -nodisplaybench
> to manta and found my code to run twice as slow. Should this be seen as
> a bug or is this perhaps a required feature?
>
> Thiago




Archive powered by MHonArc 2.6.16.

Top of page