Subversion Repositories gelsvn

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
174 7111 d 23 h bj /branches/restructuring/src/ reomved IMesh and IMeshUtil  
/branches/restructuring/src/IMeshUtil
173 7111 d 23 h bj /branches/restructuring/src/ reomved IMesh and IMeshUtil  
/branches/restructuring/src/IMesh
172 7113 d 15 h jab /branches/restructuring/src/HMesh/ slight change: bug fix  
/branches/restructuring/src/HMesh/mesh_optimization.cpp
170 7115 d 15 h jab /branches/restructuring/ some changes to mesh_optimization.
Many changes to fair_polygonization. It is beginning to be nice
 
/branches/restructuring/apps/VolumePolygonize/volpoly.cpp
/branches/restructuring/src/HMesh/Manifold.cpp
/branches/restructuring/src/HMesh/fair_polygonize.cpp
/branches/restructuring/src/HMesh/fair_polygonize.h
/branches/restructuring/src/HMesh/mesh_optimization.cpp
169 7117 d 21 h jab /branches/restructuring/ Many important changes to the polygonizer.  
/branches/restructuring/apps/VolumePolygonize/volpoly.cpp
/branches/restructuring/src/GLGraphics/GLViewController.h
/branches/restructuring/src/GLGraphics/QuatTrackBall.h
/branches/restructuring/src/HMesh/fair_polygonize.cpp
/branches/restructuring/src/HMesh/fair_polygonize.h
168 7125 d 22 h jab /branches/restructuring/bin/ Added an empty bin directory  
/branches/restructuring/bin
167 7125 d 22 h jab /branches/restructuring/src/GLGraphics/ Added draw functions  
/branches/restructuring/src/GLGraphics/draw.cpp
/branches/restructuring/src/GLGraphics/draw.h
162 7128 d 17 h jab /branches/restructuring/src/HMesh/ I have added a constructor to each of the circulator classes which takes a
halfedge as argument. Useful to create a circulator which starts at a particular
location.
 
/branches/restructuring/src/HMesh/FaceCirculator.h
/branches/restructuring/src/HMesh/VertexCirculator.h
161 7142 d 6 h jab /branches/restructuring/ Regenerated the vcproj files.  
/branches/restructuring/src/GLGraphics/GLGraphics.vcproj
/branches/restructuring/GEL.sln
/branches/restructuring/apps/BloomenthalPolygonize/BloomenthalPolygonize.vcproj
/branches/restructuring/apps/BoundaryCollapse/BoundaryCollapse.vcproj
/branches/restructuring/apps/Decimator/Decimator.vcproj
/branches/restructuring/apps/IMeshViewer/IMeshViewer.vcproj
/branches/restructuring/apps/OBJViewer/OBJViewer.vcproj
/branches/restructuring/apps/VolumePolygonize/VolumePolygonize.vcproj
/branches/restructuring/src/CGLA/CGLA.vcproj
/branches/restructuring/src/Geometry/Geometry.vcproj
/branches/restructuring/src/HMesh/HMesh.vcproj
/branches/restructuring/src/IMesh/IMesh.vcproj
/branches/restructuring/src/IMeshUtil/IMeshUtil.vcproj
/branches/restructuring/src/LinAlg/LinAlg.vcproj
/branches/restructuring/src/Util/Util.vcproj
/branches/restructuring/test/CGLA-covariance/CGLA_covariance.vcproj
/branches/restructuring/test/CGLA-mat/CGLA_mat.vcproj
/branches/restructuring/test/CGLA-ogl/CGLA_ogl.vcproj
/branches/restructuring/test/CGLA-simple/CGLA_simple.vcproj
/branches/restructuring/test/CGLA-vec/CGLA_vec.vcproj
/branches/restructuring/test/Geometry-kdtree/Geometry_kdtree.vcproj
/branches/restructuring/test/LinAlg-leastsq/LinAlg_leastsq.vcproj
/branches/restructuring/test/Util-resman/Util_resman.vcproj
160 7143 d 6 h jab /branches/restructuring/src/HMesh/ Fixed a nasty little bug in Manifold safe_triangulate did not correctly position
new vertices at the centre.
 
/branches/restructuring/src/HMesh/Manifold.cpp
159 7143 d 16 h jab /branches/restructuring/src/ Mostly new documentation and a bug fix in cgla isnan would call itself recursively  
/branches/restructuring/src/CGLA/CGLA.h
/branches/restructuring/src/HMesh/Manifold.h
/branches/restructuring/src/HMesh/VertexCirculator.h
158 7144 d 2 h jab /branches/restructuring/ A delayed removal mode has been added to Manifold.  
/branches/restructuring/apps/Decimator/decimator.cpp
/branches/restructuring/src/HMesh/Manifold.cpp
/branches/restructuring/src/HMesh/Manifold.h
157 7147 d 3 h jab /branches/restructuring/ A good deal of changes to various makefiles. Now a complete GEL shared
library is built!
 
/branches/restructuring/Makefile
/branches/restructuring/README
/branches/restructuring/apps/BloomenthalPolygonize/Makefile
/branches/restructuring/apps/BloomenthalPolygonize/bloomenthal-polygonize.cpp
/branches/restructuring/apps/BoundaryCollapse/Makefile
/branches/restructuring/apps/BoundaryCollapse/boundary_collapse.cpp
/branches/restructuring/apps/Decimator/Makefile
/branches/restructuring/apps/Decimator/decimator.cpp
/branches/restructuring/apps/IMeshViewer/Makefile
/branches/restructuring/apps/IMeshViewer/trimesh_viewer.cpp
/branches/restructuring/apps/OBJViewer/Makefile
/branches/restructuring/apps/OBJViewer/objview.cpp
/branches/restructuring/apps/VolumePolygonize/Makefile
/branches/restructuring/apps/VolumePolygonize/volpoly.cpp
/branches/restructuring/makefiles/common.mk
/branches/restructuring/makefiles/config.mk
/branches/restructuring/test/CGLA-ogl/ogl_test.cpp
/branches/restructuring/test/CGLA-vec/Makefile
156 7147 d 3 h jab /branches/restructuring/src/ Somehow gel.doxygen got erased. I added it back.

Many changes to Geometry::TriMesh
 
/branches/restructuring/src/gel.doxygen
/branches/restructuring/src/GLGraphics/Makefile
/branches/restructuring/src/Geometry/IndexedFaceSet.h
/branches/restructuring/src/Geometry/Material.h
/branches/restructuring/src/Geometry/TriMesh.cpp
/branches/restructuring/src/Geometry/TriMesh.h
/branches/restructuring/src/Geometry/obj_load.cpp
155 7147 d 3 h jab /branches/restructuring/src/HMesh/ Took the chance to make some changes to Manifold which used to be a struct
and is now a class.

Also the collapse and precond functions now longer take the redundant
vertexIter arg.
 
/branches/restructuring/src/HMesh/Manifold.cpp
/branches/restructuring/src/HMesh/Manifold.h
/branches/restructuring/src/HMesh/build_manifold.cpp
/branches/restructuring/src/HMesh/caps_and_needles.cpp
/branches/restructuring/src/HMesh/fair_polygonize.cpp
/branches/restructuring/src/HMesh/fair_polygonize.h
/branches/restructuring/src/HMesh/quadric_simplify.cpp
154 7147 d 22 h jab /branches/restructuring/ Minor changes.  
/branches/restructuring/README
153 7147 d 22 h jab /branches/restructuring/ Minor changes.  
/branches/restructuring/README
/branches/restructuring/src/Geometry/Material.h
/branches/restructuring/src/Geometry/TriMesh.h
152 7147 d 22 h jab /branches/restructuring/src/GLGraphics/ Texmap is going altogether.  
/branches/restructuring/src/GLGraphics/Texmap.cpp
/branches/restructuring/src/GLGraphics/Texmap.h
/branches/restructuring/src/GLGraphics/GLViewController.cpp
/branches/restructuring/src/GLGraphics/GLViewController.h
/branches/restructuring/src/GLGraphics/QuatTrackBall.cpp
/branches/restructuring/src/GLGraphics/QuatTrackBall.h
/branches/restructuring/src/GLGraphics/SimpleTrackBall.cpp
/branches/restructuring/src/GLGraphics/SimpleTrackBall.h
151 7148 d 2 h jab /branches/restructuring/src/ Junk  
/branches/restructuring/src/Graphics
150 7148 d 2 h jab /branches/restructuring/src/ Many files have been moved.  
/branches/restructuring/src/GLGraphics/Texmap.cpp
/branches/restructuring/src/GLGraphics/Texmap.h
/branches/restructuring/src/Geometry/Texmap.cpp
/branches/restructuring/src/Geometry/Texmap.h
/branches/restructuring/src/HMesh/build_manifold.cpp
/branches/restructuring/src/HMesh/build_manifold.h
/branches/restructuring/src/HMesh/caps_and_needles.cpp
/branches/restructuring/src/HMesh/caps_and_needles.h
/branches/restructuring/src/HMesh/mesh_optimization.cpp
/branches/restructuring/src/HMesh/mesh_optimization.h
/branches/restructuring/src/HMesh/obj_load.cpp
/branches/restructuring/src/HMesh/obj_load.h
/branches/restructuring/src/HMesh/obj_save.cpp
/branches/restructuring/src/HMesh/obj_save.h
/branches/restructuring/src/HMesh/quadric_simplify.cpp
/branches/restructuring/src/HMesh/quadric_simplify.h
/branches/restructuring/src/HMesh/refine_edges.cpp
/branches/restructuring/src/HMesh/refine_edges.h
/branches/restructuring/src/HMesh/smooth.cpp
/branches/restructuring/src/HMesh/smooth.h
/branches/restructuring/src/HMesh/triangulate.cpp
/branches/restructuring/src/HMesh/triangulate.h
/branches/restructuring/src/HMesh/triangulate_face_order.cpp
/branches/restructuring/src/HMesh/x3d_load.cpp
/branches/restructuring/src/HMesh/x3d_load.h
/branches/restructuring/src/HMesh/x3d_save.cpp
/branches/restructuring/src/HMesh/x3d_save.h

Show All