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
80 7183 d 3 h jab /trunk/src/HMeshUtil/ New obj load facilities  
/trunk/src/HMeshUtil/build_manifold.h
79 7183 d 3 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 7184 d 3 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 7184 d 3 h jab /trunk/src/Util/ 2D Grids are ubiquitous. Hence added.  
/trunk/src/Util/Grid2D.h
70 7190 d 3 h jab /trunk/src/Geometry/ I have been a bad boy. Wrong namespace in this file.  
/trunk/src/Geometry/TrilinFilter.cpp
66 7190 d 4 h bj /trunk/src/CGLA/ added includes of <functional> and <cfloat> to compile from msvc  
/trunk/src/CGLA/CGLA.h
64 7191 d 21 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
62 7192 d 4 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
61 7192 d 4 h jab /trunk/src/Geometry/ Adding a lot of stuff:
- The KDTree class is useful for a great many projects.
- The voxel grid classes are also useful for many projects.
- fair_polygonize is my own little polygonizer which seems to work well.
- Polygonizer is bloomenthals polygonizer which has been C++'ified.
 
/trunk/src/Geometry/AncestorGrid.h
/trunk/src/Geometry/Cell.h
/trunk/src/Geometry/GradientFilter.cpp
/trunk/src/Geometry/GradientFilter.h
/trunk/src/Geometry/GridAlgorithm.h
/trunk/src/Geometry/HGrid.h
/trunk/src/Geometry/KDTree.h
/trunk/src/Geometry/Neighbours.cpp
/trunk/src/Geometry/Neighbours.h
/trunk/src/Geometry/Polygonizer.cpp
/trunk/src/Geometry/Polygonizer.h
/trunk/src/Geometry/RGrid.h
/trunk/src/Geometry/ThreeDDDA.cpp
/trunk/src/Geometry/ThreeDDDA.h
/trunk/src/Geometry/TrilinFilter.cpp
/trunk/src/Geometry/TrilinFilter.h
/trunk/src/Geometry/fair_polygonize.cpp
/trunk/src/Geometry/fair_polygonize.h
/trunk/src/Geometry/load_raw.cpp
/trunk/src/Geometry/load_raw.h
/trunk/src/Geometry/save_raw.h
/trunk/src/Geometry/Makefile
60 7192 d 4 h jab /trunk/src/Util/ Adding the ever useful argextracter and some hashtable classes.  
/trunk/src/Util/ArgExtracter.h
/trunk/src/Util/HashKey.cpp
/trunk/src/Util/HashKey.h
/trunk/src/Util/HashTable.h
59 7192 d 8 h jab /trunk/ A few changes.  
/trunk/makefiles/Darwin_Power_Macintosh_g++.mk
/trunk/src/CGLA/CGLA.h
/trunk/src/HMesh/Manifold.cpp
/trunk/src/HMeshUtil/mesh_optimization.cpp
/trunk/src/HMeshUtil/mesh_optimization.h
58 7192 d 9 h jab /trunk/ minor changes. Fixed a bug in LinAlg/Matrix.h  
/trunk/Makefile
/trunk/README
/trunk/makefiles/config.mk
/trunk/makefiles/definitions.mk
/trunk/src/CGLA/eigensolution.cpp
/trunk/src/LinAlg/Matrix.h
57 7217 d 0 h jab /trunk/ Some horrible bugs in the Mat2x3d and Mat3x2d classes are fixed now. An earlier
fix required a slight fix in trimeshtest.
 
/trunk/apps/IMesh/trimeshtest.cpp
/trunk/makefiles/config.mk
/trunk/src/CGLA/Mat2x3d.h
56 7217 d 2 h jab /trunk/ Added a simple test program for the resource manager.  
/trunk/apps/UtilTest
/trunk/apps/UtilTest/Makefile
/trunk/apps/UtilTest/resmatest.cpp
/trunk/src/Util/ResourceManager.h
55 7217 d 4 h jab /trunk/ added an isnan function to CGLA. This is to account for the fact that there
is not cross platform isnan, so we have to define our own like s_min instead
of the standard min etc.
 
/trunk/apps/CGLA-test/vec_test.cpp
/trunk/makefiles/config.mk
/trunk/src/CGLA/CGLA.h
54 7217 d 6 h jab /trunk/ The Makefiles have been changed. There is now a "make install" target, and
make install installs the header files (by default INSTALL_PREFIX=/usr/local)
in e.g. ${INSTALL_PREFIX}/GEL/CGLA and likewise for the other directories.

The libraries for the active target er stored in /usr/local/lib/GEL_release or
/usr/local/lib/GEL_debug. The libraries are prefixed with GEL_ in order to
prevent name clashes.

Applications are put in /usr/local/bin
 
/trunk/Makefile
/trunk/makefiles/application.mk
/trunk/makefiles/library.mk
/trunk/src/CGLA/eigensolution.cpp
/trunk/src/HMesh/Face.cpp
52 7219 d 7 h jab /trunk/src/CGLA/ junk -removed.  
/trunk/src/CGLA/Quatd.cpp
/trunk/src/CGLA/Quatf.cpp
51 7219 d 7 h jrf /trunk/src/CGLA/ now compiling ...  
/trunk/src/CGLA/Quatd.h
50 7224 d 3 h jrf /trunk/src/CGLA/ invert_ortho has been added  
/trunk/src/CGLA/Mat4x4d.h
/trunk/src/CGLA/Mat4x4f.h
49 7224 d 3 h jrf /trunk/src/CGLA/ all inline  
/trunk/src/CGLA/Quatd.h
/trunk/src/CGLA/Quatf.h

Show All