Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [Manta] Image degrades as more processors get involved!


Chronological Thread 
  • From: Abe Stephens <abe@sci.utah.edu>
  • To: Dirk Reiners <dirk@infiscape.com>
  • Cc: manta@sci.utah.edu
  • Subject: Re: [Manta] Image degrades as more processors get involved!
  • Date: Wed, 5 Sep 2007 17:32:15 -0600

On Sep 5, 2007, at 3:52 PM, Dirk Reiners wrote:

We have worked under the assumption that Manta takes care of thread-safety for the Camera, but I'm not totally sure.

This is the case provided that the functions which modifies camera state is invoked by a transaction (or other manta callback). 


In the example, the UI event handler thread uses a manta transaction to invoke the mantaSetScene(...) function with specified arguments instead of calling the function directly. mantaSetScene will eventually be called in a safe manner by a different thread. 

Abe



Archive powered by MHonArc 2.6.16.

Top of page