Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: RTRT::beginRendering(FALSE)


Chronological Thread 
  • From: Abe Stephens < >
  • To:
  • Cc:
  • Subject: [Manta] Re: RTRT::beginRendering(FALSE)
  • Date: Tue, 17 Jun 2008 13:06:17 -0600

Rendering is performed by all of the worker threads which are created by the function. The conditional you're referring to determines whether the calling thread should join them.

Abe

On Jun 17, 2008, at 12:59 PM, Li-Ta Lo wrote:

Hi,

In wxManta.py, the StartEngine() calls beginRendering() with false. In
beginRendering(), there is

 // Block until finished is set while running in bin/manta
 if(blockUntilFinished)
   internalRenderLoop(0, false);

so the InternalRenderLoop() is no called. How does the render
actually start in this case?

Ollie






Archive powered by MHonArc 2.6.16.

Top of page