Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [MANTA] square packets


Chronological Thread 
  • From: James Bigler <bigler@sci.utah.edu>
  • Cc: manta@sci.utah.edu
  • Subject: Re: [MANTA] square packets
  • Date: Tue, 25 Jul 2006 10:21:23 -0600

No ImageTraverser class yet implemented generates square fragments. Try adding it. ;)

James

Thiago Ize wrote:
I think step 2. isn't creating square packets. In fact, the fragment has "Fragment::LineShape" according to TiledImageTraverser::renderImage(). So does manta not have all the code to do square packets yet?

Thiago

Abe Stephens wrote:
Try this for primary rays and see if it works:

   1. Set the fragment size and ray packet size to be equal integer
      squares. By default they are both 32.
   2. Make sure TiledImageTraverser can assign pixel coordinates to
      square Fragments correctly.
   3. On the command line specify tile size to be whatever
      fragment/ray packet size you chose.
      bin/manta -imagetraverser "tiled( -tilesize SxS )")
   4. Use the default single sample pixel sampler.

Currently there isn't a modular component for secondary ray sampling.


Abe


Thiago Ize wrote:
Anyone know how to enable square packets?
Thanks,
Thiago







Archive powered by MHonArc 2.6.16.

Top of page