Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: readArchiveScene()


Chronological Thread 
  • From: Abe Stephens < >
  • To:
  • Subject: [Manta] Re: readArchiveScene()
  • Date: Mon, 3 Nov 2008 16:48:24 -0700

For context the, code in question is in Factory.cc:

if(suffix == "rtml" || suffix == "xml"){
    newScene = readArchiveScene(name, args);
  }

I believe this was part of the persistence mechanism that a few people worked on a year or so ago. The mechanism worked for a handful of classes, but my impression was that it never rolled out to the whole engine.

Personally I think the best way to encode custom scenes is as python scripts...

Abe


On Nov 3, 2008, at 2:05 PM, Bo Huang wrote:

Hi
 
Does this work and if yes any examples? I am not sure the Manta info pages mentioning this.
 
Thanks




Archive powered by MHonArc 2.6.16.

Top of page