Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Safely removing/updating primitive in the scene?


Chronological Thread 
  • From: Li-Ta Lo < >
  • To: Abe Stephens < >
  • Cc:
  • Subject: [Manta] Re: Safely removing/updating primitive in the scene?
  • Date: Mon, 09 Jun 2008 14:01:15 -0600
  • Organization: Los Alamos National Lab


On Mon, 2008-06-09 at 12:06 -0600, Abe Stephens wrote:
> Yes, any state change that occurs after the engine is started must  
> occur inside a transaction or callback.
> 
> http://code.sci.utah.edu/Manta/index.php/Manta_architecture#Transactions_and_Other_Callbacks
> 

Thanks a lot. BTW, is it safe to delete the old scene in

void FMantaWindow::mantaSetScene( Scene *scene ) {
  manta_interface->setScene( scene );
}

before calling setScene()?

Ollie





Archive powered by MHonArc 2.6.16.

Top of page