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
436 5909 d 1 h jrf /trunk/src/Geometry/ closing files after use  
/trunk/src/Geometry/obj_load.cpp
433 5916 d 2 h jab /trunk/src/HMesh/ Added an OFF loader and saver  
/trunk/src/HMesh/off_load.cpp
/trunk/src/HMesh/off_load.h
/trunk/src/HMesh/off_save.cpp
/trunk/src/HMesh/off_save.h
/trunk/src/HMesh/load.cpp
/trunk/src/HMesh/load.h
432 5916 d 2 h jab /trunk/src/GLGraphics/ Allows drawing of Indexed face sets  
/trunk/src/GLGraphics/draw.cpp
/trunk/src/GLGraphics/draw.h
431 5916 d 2 h jab /trunk/src/CGLA/ Now with double matrices  
/trunk/src/CGLA/statistics.cpp
430 5919 d 21 h jrf /trunk/src/Geometry/ Minor correction to avoid numerical errors  
/trunk/src/Geometry/BSPTree.cpp
429 5919 d 21 h jrf /trunk/src/Geometry/ Improving ray-triangle intersection implementation and removing unnecessary static variables.  
/trunk/src/Geometry/BSPTree.cpp
428 5919 d 22 h jrf /trunk/src/Geometry/ Correcting major bug in BSPTree. It was clearing a vector and using it afterwards as if it hadn't been cleared. Unbelievable that we haven't seen problems because of this.  
/trunk/src/Geometry/BSPTree.cpp
/trunk/src/Geometry/BSPTree.h
427 5921 d 13 h jrf /trunk/src/CGLA/ Correcting small mistake: abs -> fabs  
/trunk/src/CGLA/ArithQuat.h
426 5928 d 21 h jrf /trunk/src/Geometry/ introducing did_hit_diffuse  
/trunk/src/Geometry/Ray.h
425 5929 d 2 h jrf /trunk/src/Util/ introducing a function for parsing to doubles  
/trunk/src/Util/Parse.cpp
/trunk/src/Util/Parse.h
424 5929 d 2 h jrf /trunk/src/GLGraphics/ tab to space indentation  
/trunk/src/GLGraphics/GLViewController.cpp
423 5929 d 2 h jrf /trunk/src/Geometry/ initializing shininess by 0.0f instead of 0  
/trunk/src/Geometry/Material.h
422 5936 d 14 h jrf /trunk/src/Geometry/ Removing unknown/unused/undocumented field "ran" from the Ray structure  
/trunk/src/Geometry/Ray.h
421 5936 d 14 h jrf /trunk/src/Geometry/ Updated Wavefront .mtl loading  
/trunk/src/Geometry/Material.h
/trunk/src/Geometry/obj_load.cpp
420 5947 d 23 h jrf /trunk/src/Geometry/ Introducing a function that retrieves the hit material from a traced ray. And switching from tab to space indentation (we should do this for all files! Spaces look nice in all editors!)  
/trunk/src/Geometry/Ray.h
419 5947 d 23 h jrf /trunk/src/Geometry/ Introducing a function that applies a transformation matrix to a TriMesh  
/trunk/src/Geometry/TriMesh.cpp
/trunk/src/Geometry/TriMesh.h
418 5951 d 1 h jrf /trunk/ gel_rand.cpp now added to CMakeList  
/trunk/apps/Raytracer/raytrace.cpp
/trunk/src/CGLA/CMakeLists.txt
417 5951 d 20 h jrf /trunk/ Introducing gel_rand: a speed-optimized linear congruential pseudo-random number generator. It has been placed in CGLA.h. And all references to rand, srand, and RAND_MAX have been changed to gel_rand, gel_srand and GEL_RAND_MAX.  
/trunk/src/CGLA/gel_rand.cpp
/trunk/apps/MeshEdit/Renderer.cpp
/trunk/apps/MeshEdit/VisObj.cpp
/trunk/apps/MeshEdit/meshedit.cpp
/trunk/apps/Pathtracer/mesh.cpp
/trunk/apps/Raytracer/raytrace.cpp
/trunk/src/CGLA/CGLA.h
/trunk/src/Geometry/Polygonizer.cpp
/trunk/src/Geometry/Ray.h
/trunk/src/HMesh/mesh_optimization.cpp
/trunk/src/HMesh/quadric_simplify.cpp
/trunk/src/Util/HashKey.cpp
/trunk/test/CGLA-covariance/covariance_test.cpp
/trunk/test/CGLA-mat/mat_test.cpp
/trunk/test/CGLA-vec/vec_test.cpp
/trunk/test/Geometry-kdtree/CMakeLists.txt
/trunk/test/Geometry-kdtree/kdtree-test.cpp
/trunk/test/LinAlg-eigensolver/CMakeLists.txt
/trunk/test/LinAlg-eigensolver/eigensolvertest.cpp
/trunk/test/LinAlg-leastsq/CMakeLists.txt
/trunk/test/LinAlg-leastsq/leastsq-test.cpp
414 6032 d 17 h jrf /trunk/src/GLGraphics/ My graphics driver requires
#extension GL_EXT_geometry_shader4 : enable
 
/trunk/src/GLGraphics/SinglePassWireframeRenderer.cpp
410 6046 d 22 h jrf /trunk/src/Util/ correcting to avoid warning  
/trunk/src/Util/ArgExtracter.h

Show All