Subversion Repositories gelsvn

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
393 6071 d 19 h jab /branches/wireframe-experiments/ Creating a branch of GEL for certain wireframe experiments  
/branches/wireframe-experiments
385 6093 d 16 h jab /trunk/ CMakefiles included.

Note that exceptions were removed from Geometry/Polygonize.cpp since it did not play nice with visual studio 2005. An improved solution is needed so that the program does not just abort.
 
/trunk/CMakeLists.txt
/trunk/GELConfig.cmake.in
/trunk/GELFindGlew.cmake
/trunk/GELFindGlut.cmake
/trunk/GELFindLapack.cmake
/trunk/GELUse.cmake
/trunk/apps/BloomenthalPolygonize/CMakeLists.txt
/trunk/apps/BoundaryCollapse/CMakeLists.txt
/trunk/apps/Decimator/CMakeLists.txt
/trunk/apps/MeshDistance/CMakeLists.txt
/trunk/apps/OBJViewer/CMakeLists.txt
/trunk/apps/Pathtracer/CMakeLists.txt
/trunk/apps/RangeScanViewer/CMakeLists.txt
/trunk/apps/Raytracer/CMakeLists.txt
/trunk/apps/VolumePolygonize/CMakeLists.txt
/trunk/src/CGLA/CMakeLists.txt
/trunk/src/GLGraphics/CMakeLists.txt
/trunk/src/Geometry/CMakeLists.txt
/trunk/src/HMesh/CMakeLists.txt
/trunk/src/LinAlg/CMakeLists.txt
/trunk/src/Util/CMakeLists.txt
/trunk/test/CGLA-covariance/CMakeLists.txt
/trunk/test/CGLA-mat/CMakeLists.txt
/trunk/test/CGLA-ogl/CMakeLists.txt
/trunk/test/CGLA-simple/CMakeLists.txt
/trunk/test/CGLA-vec/CMakeLists.txt
/trunk/test/Geometry-kdtree/CMakeLists.txt
/trunk/test/LinAlg-eigensolver/CMakeLists.txt
/trunk/test/LinAlg-leastsq/CMakeLists.txt
/trunk/test/Util-resman/CMakeLists.txt
/trunk/apps/BoundaryCollapse/boundary_collapse.cpp
/trunk/src/Geometry/Polygonizer.cpp
382 6099 d 21 h jab /trunk/ a number of fixes  
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/apps/BoundaryCollapse/boundary_collapse.cpp
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/MeshDistance/meshdist.cpp
/trunk/apps/OBJViewer/objview.cpp
/trunk/src/CGLA/ArithMatFloat.h
/trunk/src/CGLA/ArithQuat.h
/trunk/src/Geometry/load_raw.cpp
/trunk/src/Geometry/ply_load.cpp
/trunk/src/Util/ArgExtracter.h
/trunk/src/Util/XmlParser.h
366 6142 d 23 h jab /trunk/src/CGLA/ So a variable l has now been given a default value to protect against
warnings
 
/trunk/src/CGLA/eigensolution.cpp
359 6369 d 10 h jab /trunk/src/CGLA/ Added 3D matrix functions for transformations  
/trunk/src/CGLA/Mat3x3d.cpp
358 6369 d 10 h jab /trunk/src/CGLA/ added rotation and scaling matrices to 3d double matrices  
/trunk/src/CGLA/Mat3x3d.h
354 6388 d 18 h awk /trunk/src/  
/trunk/src/CGLA/eigensolution.cpp
/trunk/src/Geometry/BSPTree.cpp
351 6390 d 9 h jab /trunk/ some bug fixes  
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/src/CGLA/Vec4d.h
/trunk/src/CGLA/eigensolution.cpp
342 6414 d 17 h jab /trunk/src/CGLA/ The power eigensolution method was slightly broken. It seems to work now. The test program has been improved. However, it is a simple method, and only robust on small matrices but that is what CGLA is all about  
/trunk/src/CGLA/eigensolution.cpp
327 6654 d 22 h jab /trunk/src/CGLA/ Removed determinant from cpp file  
/trunk/src/CGLA/ArithSqMat4x4Float.cpp
325 6654 d 23 h jab /trunk/src/CGLA/ An alternative 4x4 determinant function is included and commented out.  
/trunk/src/CGLA/ArithSqMat4x4Float.h
324 6655 d 21 h jab /trunk/src/ Some changes. Mostly a nasty precision issue has been fixed with regard
to 4x4 determinants. KDTrees have also been improved.
 
/trunk/src/CGLA/ArithSqMat4x4Float.cpp
/trunk/src/CGLA/Vec2ui.h
/trunk/src/GLGraphics/draw.cpp
/trunk/src/Geometry/BBox.cpp
/trunk/src/Geometry/BoundingINode.h
/trunk/src/Geometry/BoundingLNode.h
/trunk/src/Geometry/BoundingNode.h
/trunk/src/Geometry/BoundingTree.cpp
/trunk/src/Geometry/KDTree.h
/trunk/src/Geometry/Ray.h
323 6661 d 14 h bj /trunk/src/CGLA/ added generic make_rot method with rotation matrix as input  
/trunk/src/CGLA/ArithQuat.h
321 6663 d 10 h jab /trunk/ No log message.  
/trunk/Makefile
/trunk/src/CGLA/Vec3i.cpp
/trunk/src/GLGraphics/draw.cpp
/trunk/src/Geometry/BoundingINode.cpp
/trunk/src/Geometry/BoundingLNode.cpp
/trunk/src/Geometry/BoundingNode.cpp
/trunk/src/Geometry/BoundingTree.cpp
/trunk/src/HMesh/obj_load.cpp
320 6670 d 21 h awk /trunk/src/CGLA/  
/trunk/src/CGLA/Vec2i.h
317 6673 d 13 h awk /trunk/src/CGLA/  
/trunk/src/CGLA/Vec2i.h
316 6676 d 15 h jab /trunk/src/CGLA/ Added a constructor to Vec2i that accepts a single int.  
/trunk/src/CGLA/Vec2i.h
306 6730 d 17 h jrf /trunk/ quaternion_cleanup branch has been merged with main branch  
/trunk/src/CGLA/ArithQuat.h
/trunk/src/CGLA/Quaternion.cpp
/trunk/src/CGLA/Quatd.h
/trunk/src/CGLA/Quaternion.h
/trunk/src/CGLA/Quatf.h
/trunk/src/CGLA/Vec3d.h
/trunk/src/CGLA/Vec3f.cpp
/trunk/src/CGLA/Vec3f.h
/trunk/test/CGLA-simple/simple_test.cpp
/trunk/test/CGLA-vec/vec_test.cpp
304 6730 d 20 h jab /trunk/src/ I have made minor changes to ensure that GEL compiles on Linux.  
/trunk/src/CGLA/Mat4x4f.cpp
/trunk/src/Geometry/BBox.cpp
/trunk/src/Geometry/BBox.h
/trunk/src/Geometry/BSPTree.cpp
/trunk/src/Geometry/Ray.h
/trunk/src/Geometry/ThreeDDDA.cpp
/trunk/src/Geometry/ThreeDDDA.h
277 6822 d 22 h jrf /trunk/src/ The int_pow function in CGLA has been updated to run with O(log(n)) complexity.

The QuatTrackBall has been updated.
 
/trunk/src/CGLA/CGLA.h
/trunk/src/GLGraphics/QuatTrackBall.cpp
/trunk/src/GLGraphics/QuatTrackBall.h

Show All