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
91 7196 d 14 h jab /trunk/doc/ minor changes.  
/trunk/doc/Doxyfile
89 7196 d 14 h jab /trunk/src/ A lot of documentation has been added/edited.

gel.doxygen now contains a lot of comments to namespaces.
 
/trunk/src/gel.doxygen
/trunk/src/CGLA/ArithMatFloat.h
/trunk/src/CGLA/ArithSqMat2x2Float.h
/trunk/src/CGLA/ArithSqMat3x3Float.h
/trunk/src/CGLA/ArithSqMat4x4Float.h
/trunk/src/CGLA/ArithSqMatFloat.h
/trunk/src/CGLA/ArithVec.h
/trunk/src/CGLA/ArithVec4Float.h
/trunk/src/CGLA/BitMask.h
/trunk/src/CGLA/Mat2x2d.h
/trunk/src/CGLA/Mat2x2f.h
/trunk/src/CGLA/Mat2x3d.h
/trunk/src/CGLA/Mat2x3f.h
/trunk/src/CGLA/Mat3x3d.h
/trunk/src/CGLA/Mat3x3f.h
/trunk/src/CGLA/Mat4x4d.h
/trunk/src/CGLA/Mat4x4f.h
/trunk/src/CGLA/Quatd.h
/trunk/src/CGLA/Quaternion.h
/trunk/src/CGLA/Quatf.h
/trunk/src/CGLA/UnitVector.h
/trunk/src/CGLA/Vec2d.h
/trunk/src/CGLA/Vec2f.h
/trunk/src/CGLA/Vec2i.h
/trunk/src/CGLA/Vec3d.h
/trunk/src/CGLA/Vec3f.h
/trunk/src/CGLA/Vec3i.h
/trunk/src/CGLA/Vec3uc.h
/trunk/src/CGLA/Vec3usi.h
/trunk/src/CGLA/Vec4d.h
/trunk/src/CGLA/Vec4f.h
/trunk/src/CGLA/Vec4uc.h
/trunk/src/Geometry/AncestorGrid.h
/trunk/src/Geometry/Cell.h
/trunk/src/Geometry/GradientFilter.h
/trunk/src/Geometry/HGrid.h
/trunk/src/Geometry/IndexedFaceSet.h
/trunk/src/Geometry/KDTree.h
/trunk/src/Geometry/Polygonizer.h
/trunk/src/Geometry/QEM.h
/trunk/src/Geometry/RGrid.h
/trunk/src/Geometry/ThreeDDDA.h
/trunk/src/Geometry/TriMesh.h
/trunk/src/Graphics/QuatTrackBall.h
/trunk/src/Graphics/SimpleTrackBall.h
/trunk/src/HMesh/FaceCirculator.h
/trunk/src/HMesh/Manifold.h
/trunk/src/HMesh/VertexCirculator.h
/trunk/src/HMesh/templates.h
/trunk/src/HMeshUtil/build_manifold.h
/trunk/src/HMeshUtil/fair_polygonize.cpp
/trunk/src/IMesh/AttrVec.h
/trunk/src/IMesh/TriMesh.h
/trunk/src/IMesh/TriMeshBuilder.h
/trunk/src/LinAlg/Matrix.h
/trunk/src/Util/HashKey.cpp
/trunk/src/Util/HashKey.h
/trunk/src/Util/HashTable.h
/trunk/src/Util/ResourceManager.h
88 7196 d 18 h jab /trunk/src/HMesh/ Minor change  
/trunk/src/HMesh/HalfEdge.h
87 7196 d 18 h jab /trunk/src/Graphics/ Some renaming of the trackballs. A new trackball has been added.  
/trunk/src/Graphics/QuatTrackBall.cpp
/trunk/src/Graphics/QuatTrackBall.h
/trunk/src/Graphics/SimpleTrackBall.cpp
/trunk/src/Graphics/SimpleTrackBall.h
/trunk/src/Graphics/TrackBall.cpp
/trunk/src/Graphics/TrackBall.h
/trunk/src/Graphics/GLViewController.cpp
/trunk/src/Graphics/GLViewController.h
86 7196 d 18 h jab /trunk/src/Geometry/ The obj loader has been given the simple name obj_load. The fair polygonize
function is now in HMeshUtil
 
/trunk/src/Geometry/TriMeshObjLoader.cpp
/trunk/src/Geometry/fair_polygonize.cpp
/trunk/src/Geometry/fair_polygonize.h
85 7196 d 18 h jab /trunk/src/HMeshUtil/ Fair polygonize was moved here. obj_load is an obj loader building on the
simple TriMesh obj loader.
 
/trunk/src/HMeshUtil/fair_polygonize.cpp
/trunk/src/HMeshUtil/fair_polygonize.h
/trunk/src/HMeshUtil/obj_load.cpp
/trunk/src/HMeshUtil/obj_load.h
84 7196 d 18 h jab /trunk/apps/Geometry-test/ fair-polygonize got its own test dir  
/trunk/apps/Geometry-test/fair-polygonize.cpp
83 7196 d 18 h jab /trunk/apps/LinAlg-test/ A simple test of the LinAlg code  
/trunk/apps/LinAlg-test
/trunk/apps/LinAlg-test/Makefile
/trunk/apps/LinAlg-test/linalg-test.cpp
82 7196 d 18 h jab /trunk/apps/OBJViewer/ Added objview - a simple obj viewer.  
/trunk/apps/OBJViewer
/trunk/apps/OBJViewer/Makefile
/trunk/apps/OBJViewer/objview.cpp
81 7196 d 18 h jab /trunk/apps/ adding a new directory with a fun volume polygonizer  
/trunk/apps/VolumePolygonize
/trunk/apps/VolumePolygonize/Makefile
/trunk/apps/VolumePolygonize/volpoly.cpp
/trunk/apps/Geometry-test/Makefile
/trunk/apps/Geometry-test/bloomenthal-polygonize.cpp
/trunk/apps/HMesh/Makefile
80 7197 d 13 h jab /trunk/src/HMeshUtil/ New obj load facilities  
/trunk/src/HMeshUtil/build_manifold.h
79 7197 d 13 h jab /trunk/src/Geometry/ some minor adjustments  
/trunk/src/Geometry/obj_load.cpp
/trunk/src/Geometry/obj_load.h
/trunk/src/Geometry/IndexedFaceSet.h
/trunk/src/Geometry/Makefile
/trunk/src/Geometry/Material.h
/trunk/src/Geometry/Texmap.cpp
/trunk/src/Geometry/Texmap.h
/trunk/src/Geometry/TriMesh.cpp
/trunk/src/Geometry/TriMesh.h
78 7198 d 13 h jab /trunk/src/Geometry/ Added yet another indexed face set to GEL. This will be removed once IMesh
is ready for prime time.
 
/trunk/src/Geometry/IndexedFaceSet.h
/trunk/src/Geometry/Material.h
/trunk/src/Geometry/Texmap.cpp
/trunk/src/Geometry/Texmap.h
/trunk/src/Geometry/TriMesh.cpp
/trunk/src/Geometry/TriMesh.h
/trunk/src/Geometry/TriMeshObjLoader.cpp
/trunk/src/Geometry/Makefile
77 7198 d 14 h jab /trunk/src/Util/ 2D Grids are ubiquitous. Hence added.  
/trunk/src/Util/Grid2D.h
70 7204 d 13 h jab /trunk/src/Geometry/ I have been a bad boy. Wrong namespace in this file.  
/trunk/src/Geometry/TrilinFilter.cpp
66 7204 d 14 h bj /trunk/src/CGLA/ added includes of <functional> and <cfloat> to compile from msvc  
/trunk/src/CGLA/CGLA.h
65 7206 d 7 h jab /trunk/apps/Geometry-test/ Test program for KDTree  
/trunk/apps/Geometry-test/kdtreetest.cpp
64 7206 d 7 h jab /trunk/src/Geometry/ minor changes  
/trunk/src/Geometry/Polygonizer.cpp
/trunk/src/Geometry/Polygonizer.h
/trunk/src/Geometry/fair_polygonize.cpp
/trunk/src/Geometry/fair_polygonize.h
/trunk/src/Geometry/save_raw.h
63 7206 d 7 h jab /trunk/apps/Geometry-test/ Three test programs for the Geometry directory.
- Bloomenthal polygonization
- my own polygonization
- the kdtree test
 
/trunk/apps/Geometry-test
/trunk/apps/Geometry-test/Makefile
/trunk/apps/Geometry-test/bloomenthal-polygonize.cpp
/trunk/apps/Geometry-test/fair-polygonize.cpp
62 7206 d 14 h jab /trunk/ A number of changes have been made to simplify GEL  
/trunk/apps/HMesh/boundary_collapse.cpp
/trunk/apps/HMesh/decimator.cpp
/trunk/src/HMesh/Face.cpp
/trunk/src/HMesh/Face.h
/trunk/src/HMesh/HalfEdge.cpp
/trunk/src/HMesh/HalfEdge.h
/trunk/src/HMesh/Manifold.cpp
/trunk/src/HMesh/Vertex.cpp
/trunk/src/HMesh/Vertex.h
/trunk/src/HMesh/templates.h
/trunk/src/HMeshUtil/build_manifold.cpp
/trunk/src/HMeshUtil/caps_and_needles.cpp
/trunk/src/HMeshUtil/mesh_optimization.cpp
/trunk/src/HMeshUtil/mesh_optimization.h
/trunk/src/HMeshUtil/obj_save.cpp
/trunk/src/HMeshUtil/quadric_simplify.cpp
/trunk/src/HMeshUtil/smooth.cpp
/trunk/src/HMeshUtil/triangulate.cpp
/trunk/src/HMeshUtil/triangulate_face_order.cpp
/trunk/src/HMeshUtil/x3d_save.cpp

Show All