Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [MANTA] Points are no more


Chronological Thread 
  • From: Abe Stephens <abe@sci.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: Re: [MANTA] Points are no more
  • Date: Fri, 17 Feb 2006 14:08:53 -0700

It might be necessary to remove your cmake files and re-configure when building code after this revision.

Abe

James Bigler wrote:

The Point class has been removed. Use Vector now which is no longer templated (hard coded to 3 Reals). Some things that care about Point v Vectors (like AffineTransform) now have special function names to distinguish what kind of operation to do.

PointVector.h has been replaced with Vector.h. The templated version of Vector has been moved to VectorT.h. The VectorT class is much as it was before. All member functions that were called internally have been hand inlined in both Vector and VectorT.

All the code in the tree has been updated, but I didn't compile the sc_demo or some of the volume scenes (although the code was updated, so it should be close).

I haven't ran any benchmarks yet.

Let me know if you have any problems.

Thanks,
James







Archive powered by MHonArc 2.6.16.

Top of page