Subversion Repositories gelsvn

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
575 4709 d 1 h jab /branches/ctl/hmesh_vector/apps/ another useless app ... it's in MeshEdit  
574 4709 d 1 h jab /branches/ctl/hmesh_vector/apps/ Took out trash  
573 4711 d 8 h jab /branches/ctl/hmesh_vector/ Took out some trash. The volume polygonize function was a complicated method that has been superceded, but the new method is not yet in GEL.  
572 4711 d 9 h jab /branches/ctl/hmesh_vector/ Entered standard header  
571 4711 d 9 h jab /branches/ctl/hmesh_vector/doc/ Added new documentation and an illustration  
570 4733 d 1 h jrf /trunk/src/CGLA/ Keeping new onb code, but pointing the resulting basis vectors in the same directions as the old function did.  
569 4778 d 23 h jrf /trunk/src/CGLA/ updating orthogonal function and introducing onb function (the new version of orthogonal is significantly faster than the previous one)  
568 4788 d 7 h jab /branches/ctl/hmesh_vector/apps/MeshEdit/ several changes  
567 4884 d 21 h jrf /trunk/src/Geometry/ adding area information to TriMesh  
566 4896 d 7 h jab /branches/ctl/hmesh_vector/ Many minor changes  
565 4924 d 5 h jab /branches/ctl/hmesh_vector/ Various changes - can nnow stitch manifolds together  
564 4925 d 8 h awk /branches/ctl/hmesh_vector/ Added Quake style console (GLGraphics::Console)
Added test of console
Fixed CMake a bit.. still very flaky.
Fixed Vec3f stream i/o.
 
563 4925 d 9 h awk /trunk/  
562 4931 d 6 h jab /branches/ctl/hmesh_vector/ Many nice things added to GEL.  
561 4942 d 4 h awk /trunk/ Added GLGraphics::Console, a Quake-style console.

Added test application for console (test/GLGraphics-console).

Fixed Vec3f operator>>. The following now works:

CGLA::Vec3f in(0,1,2);
std::stringstream ss;
ss << in;
CGLA::Vec3f out;
ss >> out;
assert(in == out);

Didn't test any other VecXX types or Matrix types.. They might be broken.

Misc:
Fixed CMake Policy CMP0005 error.
Missing #include <iterator> in Manifold.cpp.
Disable ExportBuildSettings (deprecated in CMake)
 
560 4984 d 9 h jab /branches/ctl/hmesh_vector/apps/MeshEdit/ These were moved to GLGraphics  
559 4984 d 9 h jab /branches/ctl/hmesh_vector/ A number of minor changes  
558 4984 d 9 h jab /branches/ctl/hmesh_vector/src/GLGraphics/ Minor interface changes  
557 4984 d 9 h jab /branches/ctl/hmesh_vector/src/GLGraphics/ Moved the Renderer classes for Manifold to GLGraphics  
556 5020 d 10 h jab /branches/ctl/hmesh_vector/ many mostly minor changes  

Show All