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
314 6722 d 21 h jrf /trunk/src/Geometry/  
/trunk/src/Geometry/BSPTree.cpp
313 6737 d 15 h jrf /trunk/ BSPTree ray tracing now works well !
The problem was a way too large epsilon causing triangles to appear unnecessarily in several different space division boxes. Precision has now been increased and the code has been made more robust. Try it out on the bunny.
 
/trunk/apps/Raytracer/raytrace.cpp
/trunk/src/Geometry/BBox.cpp
/trunk/src/Geometry/BSPTree.cpp
/trunk/src/Geometry/BoundingINode.cpp
/trunk/src/Geometry/Ray.h
312 6737 d 17 h jrf /trunk/apps/Raytracer/  
/trunk/apps/Raytracer/raytrace.cpp
311 6737 d 17 h jrf /trunk/src/Geometry/  
/trunk/src/Geometry/BSPTree.cpp
310 6737 d 17 h jrf /trunk/ BSPTree corrections  
/trunk/apps/Raytracer/Camera.h
/trunk/apps/Raytracer/raytrace.cpp
/trunk/src/Geometry/BSPTree.cpp
/trunk/src/Geometry/Ray.h
309 6741 d 20 h jab /trunk/ numerous changes making ray tracing work with bbox hierarchy  
/trunk/apps/MeshDistance/meshdist.cpp
/trunk/apps/Raytracer/Camera.h
/trunk/apps/Raytracer/Makefile
/trunk/apps/Raytracer/raytrace.cpp
/trunk/src/Geometry/AABox.cpp
/trunk/src/Geometry/BoundingINode.cpp
/trunk/src/Geometry/BoundingINode.h
/trunk/src/Geometry/BoundingLNode.cpp
/trunk/src/Geometry/BoundingLNode.h
/trunk/src/Geometry/BoundingNode.cpp
/trunk/src/Geometry/BoundingNode.h
/trunk/src/Geometry/BoundingTree.cpp
/trunk/src/Geometry/BoundingTree.h
/trunk/src/Geometry/Ray.h
/trunk/src/Geometry/Triangle.cpp
/trunk/src/Geometry/Triangle.h
/trunk/src/Geometry/build_bbtree.cpp
306 6743 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
305 6743 d 20 h jab /trunk/apps/ I have made minor changes to ensure things compile on Linux. Mostly
adding Makefiles
 
/trunk/apps/MeshDistance/Makefile
/trunk/apps/Raytracer/Makefile
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/Raytracer/raytrace.cpp
304 6743 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
299 6755 d 19 h jrf /trunk/ The SPD branch has been merged with the main branch.
This means that Bounding Box Hierarchies, BSP Trees, and two new applications have been added.
 
/trunk/apps/MeshDistance
/trunk/apps/Raytracer
/trunk/src/Geometry/AABox.cpp
/trunk/src/Geometry/AABox.h
/trunk/src/Geometry/BBox.cpp
/trunk/src/Geometry/BBox.h
/trunk/src/Geometry/BSPTree.cpp
/trunk/src/Geometry/BSPTree.h
/trunk/src/Geometry/BoundingINode.cpp
/trunk/src/Geometry/BoundingINode.h
/trunk/src/Geometry/BoundingLNode.cpp
/trunk/src/Geometry/BoundingLNode.h
/trunk/src/Geometry/BoundingNode.cpp
/trunk/src/Geometry/BoundingNode.h
/trunk/src/Geometry/BoundingTree.cpp
/trunk/src/Geometry/BoundingTree.h
/trunk/src/Geometry/OBox.cpp
/trunk/src/Geometry/OBox.h
/trunk/src/Geometry/Ray.h
/trunk/src/Geometry/Triangle.cpp
/trunk/src/Geometry/Triangle.h
/trunk/src/Geometry/build_bbtree.cpp
/trunk/src/Geometry/build_bbtree.h
/trunk/src/Geometry/verification.cpp
/trunk/src/Geometry/verification.h
/trunk/apps/OBJViewer/objview.cpp
/trunk/src/GLGraphics/QuatTrackBall.cpp
/trunk/src/GLGraphics/draw.cpp
/trunk/src/GLGraphics/draw.h
/trunk/src/Geometry/ThreeDDDA.cpp
/trunk/src/Geometry/ThreeDDDA.h
297 6755 d 21 h jrf /trunk/data/  
/trunk/data/bunny-little.x3d
295 6755 d 21 h jrf /trunk/src/Geometry/  
/trunk/src/Geometry/TriMesh.cpp
294 6755 d 21 h jrf /  
/branches/SPD/apps/Raytracer
/branches/SPD/apps/Raytracer/Camera.h
/branches/SPD/apps/Raytracer/raytrace.cpp
/trunk/data/dolphins.obj
/branches/SPD/apps/MeshDistance/meshdist.cpp
/branches/SPD/apps/OBJViewer/objview.cpp
/branches/SPD/apps/VolumePolygonize/volpoly.cpp
/branches/SPD/src/GLGraphics/QuatTrackBall.cpp
/branches/SPD/src/GLGraphics/QuatTrackBall.h
/branches/SPD/src/Geometry/Ray.h
293 6755 d 21 h jab /trunk/apps/VolumePolygonize/ minor changes  
/trunk/apps/VolumePolygonize/volpoly.cpp
288 6807 d 21 h bj /trunk/ updated description to include Install_Debug  
/trunk/README_MSVC
277 6835 d 21 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
276 6849 d 16 h bj /trunk/makefiles/MPC/ tested vs2005  
/trunk/makefiles/MPC/msvc8exe.mpt
/trunk/makefiles/MPC/msvc8lib.mpt
272 6849 d 17 h bj /trunk/ added cd command to work from installer  
/trunk/build_solution.bat
271 6849 d 19 h bj /trunk/ removed .vcproj and .sln files from SVN  
/trunk/GEL.sln
/trunk/apps/BloomenthalPolygonize/BloomenthalPolygonize.vcproj
/trunk/apps/BoundaryCollapse/BoundaryCollapse.vcproj
/trunk/apps/Decimator/Decimator.vcproj
/trunk/apps/OBJViewer/OBJViewer.vcproj
/trunk/apps/VolumePolygonize/VolumePolygonize.vcproj
/trunk/src/CGLA/CGLA.vcproj
/trunk/src/GLGraphics/GLGraphics.vcproj
/trunk/src/Geometry/Geometry.vcproj
/trunk/src/HMesh/HMesh.vcproj
/trunk/src/LinAlg/LinAlg.vcproj
/trunk/src/Util/Util.vcproj
/trunk/test/CGLA-covariance/CGLA_covariance.vcproj
/trunk/test/CGLA-mat/CGLA_mat.vcproj
/trunk/test/CGLA-ogl/CGLA_ogl.vcproj
/trunk/test/CGLA-simple/CGLA_simple.vcproj
/trunk/test/CGLA-vec/CGLA_vec.vcproj
/trunk/test/Geometry-kdtree/Geometry_kdtree.vcproj
/trunk/test/LinAlg-leastsq/LinAlg_leastsq.vcproj
/trunk/test/Util-resman/Util_resman.vcproj
270 6849 d 19 h bj /trunk/makefiles/MPC/ added MPC files. these are already in SVN in GELUtil, but they are here as well to ensure that one only needs to checkout the GEL branch of the repository  
/trunk/makefiles/MPC/config
/trunk/makefiles/MPC/config/default.rel
/trunk/makefiles/MPC/config/global.features
/trunk/makefiles/MPC/mwc.exe
/trunk/makefiles/MPC/templates
/trunk/makefiles/MPC/templates/automake.mpd
/trunk/makefiles/MPC/templates/automakedll.mpt
/trunk/makefiles/MPC/templates/automakeexe.mpt
/trunk/makefiles/MPC/templates/bds.mpd
/trunk/makefiles/MPC/templates/bdsdll.mpt
/trunk/makefiles/MPC/templates/bdsexe.mpt
/trunk/makefiles/MPC/templates/bmake.mpd
/trunk/makefiles/MPC/templates/bmakecommon.mpt
/trunk/makefiles/MPC/templates/bmakedll.mpt
/trunk/makefiles/MPC/templates/bmakedllexe.mpt
/trunk/makefiles/MPC/templates/bmakelib.mpt
/trunk/makefiles/MPC/templates/bmakelibexe.mpt
/trunk/makefiles/MPC/templates/cbx.mpd
/trunk/makefiles/MPC/templates/cbxdll.mpt
/trunk/makefiles/MPC/templates/cbxexe.mpt
/trunk/makefiles/MPC/templates/common.mpt
/trunk/makefiles/MPC/templates/em3.mpd
/trunk/makefiles/MPC/templates/em3vcpdll.mpt
/trunk/makefiles/MPC/templates/em3vcpdllexe.mpt
/trunk/makefiles/MPC/templates/em3vcplib.mpt
/trunk/makefiles/MPC/templates/em3vcplibexe.mpt
/trunk/makefiles/MPC/templates/ghs.mpd
/trunk/makefiles/MPC/templates/ghscommon.mpt
/trunk/makefiles/MPC/templates/ghsdll.mpt
/trunk/makefiles/MPC/templates/ghsdllexe.mpt
/trunk/makefiles/MPC/templates/ghslib.mpt
/trunk/makefiles/MPC/templates/ghslibexe.mpt
/trunk/makefiles/MPC/templates/html.mpd
/trunk/makefiles/MPC/templates/make.mpd
/trunk/makefiles/MPC/templates/makedll.mpt
/trunk/makefiles/MPC/templates/makeexe.mpt
/trunk/makefiles/MPC/templates/nmake.mpd
/trunk/makefiles/MPC/templates/nmakedll.mpt
/trunk/makefiles/MPC/templates/nmakeexe.mpt
/trunk/makefiles/MPC/templates/sle.mpd
/trunk/makefiles/MPC/templates/sledll.mpt
/trunk/makefiles/MPC/templates/sleexe.mpt
/trunk/makefiles/MPC/templates/unixcommon.mpt
/trunk/makefiles/MPC/templates/vc6.mpd
/trunk/makefiles/MPC/templates/vc6dspdll.mpt
/trunk/makefiles/MPC/templates/vc6dspdllexe.mpt
/trunk/makefiles/MPC/templates/vc6dsplib.mpt
/trunk/makefiles/MPC/templates/vc6dsplibexe.mpt
/trunk/makefiles/MPC/templates/vc7.mpd
/trunk/makefiles/MPC/templates/vc7csharp.mpd
/trunk/makefiles/MPC/templates/vc7csharp.mpt
/trunk/makefiles/MPC/templates/vc7dll.mpt
/trunk/makefiles/MPC/templates/vc7exe.mpt
/trunk/makefiles/MPC/templates/vc7lib.mpt
/trunk/makefiles/MPC/templates/vc7libexe.mpt
/trunk/makefiles/MPC/templates/vc7vb.mpd
/trunk/makefiles/MPC/templates/vc7vb.mpt
/trunk/makefiles/MPC/templates/vc8.mpd
/trunk/makefiles/MPC/templates/vc8csharp.mpd
/trunk/makefiles/MPC/templates/vc8csharp.mpt
/trunk/makefiles/MPC/templates/vc8dll.mpt
/trunk/makefiles/MPC/templates/vc8exe.mpt
/trunk/makefiles/MPC/templates/vc8lib.mpt
/trunk/makefiles/MPC/templates/vc8libexe.mpt
/trunk/makefiles/MPC/templates/vc8platforms.mpt
/trunk/makefiles/MPC/templates/vccommon.mpt
/trunk/makefiles/MPC/templates/windowscommon.mpt

Show All