Manta Interactive Ray Tracer Development Mailing List

Text archives Help


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


Chronological Thread 
  • From: Abe Stephens < >
  • To:
  • Cc:
  • Subject: [Manta] Re: Safely removing/updating primitive in the scene?
  • Date: Mon, 9 Jun 2008 12:06:33 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=OHM/9wMfs9FQtarh2e/u9p87c/pdvDIkgIiYjSEYyIVC/UsVaiJIhm1l1Zqg0KlEM8 okEwks/CjZC8n4cZ/Yhzx5PxuBGyGIZgIahUm9XMKWqLVxM+QlgTupWXx46FKo3coZYE xs3FRwfUPHhoWhYmHp1dxEZGsKUdjSj73book=

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

Abe

On Jun 9, 2008, at 10:40 AM, Li-Ta Lo wrote:

Hi,

Is there a thread safe way to remove or update a (group of)
primitive(s) in a manta scene? It looks like all the example
scenes are static and there is only Scene:setObject() and
Group::add().

Ollie







Archive powered by MHonArc 2.6.16.

Top of page