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
281 6861 d 8 h bj /branches/quaternion_cleanup/ templatified Quaternion into Quatf and Quatd by introducing ArithQuat  
/branches/quaternion_cleanup/src/CGLA/Quatd.h
/branches/quaternion_cleanup/src/CGLA/Quaternion.h
/branches/quaternion_cleanup/src/CGLA/Quatf.h
/branches/quaternion_cleanup/src/CGLA/Vec3d.h
/branches/quaternion_cleanup/src/CGLA/Vec3f.cpp
/branches/quaternion_cleanup/src/CGLA/Vec3f.h
/branches/quaternion_cleanup/test/CGLA-simple/simple_test.cpp
/branches/quaternion_cleanup/test/CGLA-vec/vec_test.cpp
280 6861 d 9 h bj /branches/ Removed file/folder  
/branches/quatclean
279 6861 d 9 h bj /branches/quatclean/ made a copy  
/branches/quatclean
278 6861 d 9 h bj /branches/quaternion_cleanup/ made a copy  
/branches/quaternion_cleanup
208 7075 d 11 h jrf /branches/SPD/src/Geometry/ Adding Bent's BBox, BSPTree, and Ray. Rewritten to fit the TriMesh class in Geometry.  
/branches/SPD/src/Geometry/BBox.cpp
/branches/SPD/src/Geometry/BBox.h
/branches/SPD/src/Geometry/BSPTree.cpp
/branches/SPD/src/Geometry/BSPTree.h
/branches/SPD/src/Geometry/Ray.h
207 7075 d 11 h jrf /branches/SPD/ A branch for adding spatial data structures.  
/branches/SPD
176 7153 d 7 h bj /branches/restructuring/ updated VS projects and solution  
/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/OBJViewer/OBJViewer.vcproj
/branches/restructuring/apps/VolumePolygonize/VolumePolygonize.vcproj
/branches/restructuring/makefiles/GELapp.mpc
/branches/restructuring/src/CGLA/CGLA.vcproj
/branches/restructuring/src/GLGraphics/GLGraphics.vcproj
/branches/restructuring/src/Geometry/Geometry.vcproj
/branches/restructuring/src/HMesh/HMesh.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
175 7153 d 7 h bj /branches/restructuring/apps/ reomved IMesh and IMeshUtil  
/branches/restructuring/apps/IMeshViewer
174 7153 d 7 h bj /branches/restructuring/src/ reomved IMesh and IMeshUtil  
/branches/restructuring/src/IMeshUtil
173 7153 d 7 h bj /branches/restructuring/src/ reomved IMesh and IMeshUtil  
/branches/restructuring/src/IMesh
172 7154 d 23 h jab /branches/restructuring/src/HMesh/ slight change: bug fix  
/branches/restructuring/src/HMesh/mesh_optimization.cpp
170 7156 d 22 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 7159 d 5 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 7167 d 6 h jab /branches/restructuring/bin/ Added an empty bin directory  
/branches/restructuring/bin
167 7167 d 6 h jab /branches/restructuring/src/GLGraphics/ Added draw functions  
/branches/restructuring/src/GLGraphics/draw.cpp
/branches/restructuring/src/GLGraphics/draw.h
162 7170 d 1 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 7183 d 14 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 7184 d 13 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 7185 d 0 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 7185 d 10 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

Show All