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
565 4929 d 12 h jab /branches/ctl/hmesh_vector/ Various changes - can nnow stitch manifolds together  
564 4930 d 16 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 4930 d 16 h awk /trunk/  
562 4936 d 14 h jab /branches/ctl/hmesh_vector/ Many nice things added to GEL.  
561 4947 d 11 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 4989 d 17 h jab /branches/ctl/hmesh_vector/apps/MeshEdit/ These were moved to GLGraphics  
559 4989 d 17 h jab /branches/ctl/hmesh_vector/ A number of minor changes  
558 4989 d 17 h jab /branches/ctl/hmesh_vector/src/GLGraphics/ Minor interface changes  
557 4989 d 17 h jab /branches/ctl/hmesh_vector/src/GLGraphics/ Moved the Renderer classes for Manifold to GLGraphics  
556 5025 d 18 h jab /branches/ctl/hmesh_vector/ many mostly minor changes  
555 5031 d 17 h jrf /trunk/ Update of the stb image library used by SOIL such that it can now also write png. I haven't yet extended the SOIL API, so call stbi_write_png(...) to use the new functionality.  
554 5125 d 20 h jrf /trunk/src/Geometry/ Ray::reset() has been updated to include reset of more recently added ray properties.  
553 5130 d 15 h jab /branches/ctl/hmesh_vector/ Mostly minor changes  
552 5302 d 7 h jab /branches/ctl/hmesh_vector/ Some experimental code for building a bridge between two vertex one rings added  
551 5304 d 16 h jab /branches/ctl/hmesh_vector/ Mostly Manifold::build was changed so that you can incrementally add geometry by calling build
on a non-empty mesh.
 
550 5307 d 5 h jab /branches/ctl/hmesh_vector/ Added a bridge face function to Manifold. It has not been stress tested, but it seems to work. In any case,
sane input is the user's responsibility for now.
 
549 5307 d 8 h jab /branches/ctl/hmesh_vector/ Experiments with a meshedit simplification function that is not really useful but a very useful experiment.  
548 5307 d 8 h jab /branches/ctl/hmesh_vector/src/HMesh/ The collapse_precond grew a new test.  
547 5308 d 19 h jab /branches/ctl/hmesh_vector/ Mostly updates to documentation.  
546 5309 d 6 h jab /branches/ctl/hmesh_vector/ merge_one_ring now works. However, it can create very nasty meshes. The practical application in mesh_edit also
needs work.
 

Show All