Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [MANTA] Points are no more


Chronological Thread 
  • From: James Bigler <bigler@sci.utah.edu>
  • Cc: manta@sci.utah.edu
  • Subject: Re: [MANTA] Points are no more
  • Date: Fri, 17 Feb 2006 15:42:52 -0700

A slightly less drastic method is to remove everything except the CMakeCache.txt file and reconfigure. This way, all your settings will be remembered. I copied the CMakeCache.txt file to another directory and configured there with success.

James

Abe Stephens wrote:
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