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
382 6097 d 22 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
381 6107 d 17 h jrf /trunk/src/Util/ trimming element names to make more robust  
/trunk/src/Util/XmlParser.cpp
380 6107 d 18 h jrf /trunk/src/ switching the XML parser to a process-while-reading strategy  
/trunk/src/HMesh/x3d_load.cpp
/trunk/src/Util/XmlParser.cpp
/trunk/src/Util/XmlParser.h
379 6107 d 20 h jab /trunk/src/LinAlg/ I added a function "EigenSolutionsSym" to LapackFunc.cpp. This is simply a veiled version of
the Lapack function dsyev that works with the CMatrix and CVector classes.
 
/trunk/src/LinAlg/LapackFunc.cpp
/trunk/src/LinAlg/LapackFunc.h
377 6107 d 22 h jrf /trunk/src/ making the XML parser more robust  
/trunk/src/HMesh/x3d_load.cpp
/trunk/src/Util/XmlParser.cpp
376 6110 d 16 h jrf /trunk/src/Util/ Changing buffer size  
/trunk/src/Util/XmlParser.cpp
375 6110 d 17 h jrf /trunk/src/ Adding a homebrewed XmlParser and bashing the Expat dependency!  
/trunk/src/Util/XmlParser.cpp
/trunk/src/Util/XmlParser.h
/trunk/src/Util/string_utils.cpp
/trunk/src/Util/string_utils.h
/trunk/src/Geometry/TriMesh.cpp
/trunk/src/Geometry/TriMesh.h
/trunk/src/HMesh/x3d_load.cpp
373 6110 d 19 h jrf /trunk/ eliminating errors and warnings in VS 2005 compile  
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/OBJViewer/wireframe.cpp
/trunk/apps/Pathtracer/core.h
/trunk/apps/Pathtracer/pathtracer.cpp
/trunk/apps/RangeScanViewer/plyfile.c
/trunk/src/GLGraphics/SOIL.c
/trunk/src/GLGraphics/draw.cpp
/trunk/src/GLGraphics/glsl_shader.cpp
/trunk/src/GLGraphics/glsl_shader.h
/trunk/src/GLGraphics/image_helper.c
/trunk/src/GLGraphics/stbi_DDS_aug_c.h
/trunk/src/GLGraphics/test_SOIL.cpp
/trunk/src/Geometry/Triangle.cpp
/trunk/src/Geometry/ply_load.cpp
/trunk/src/Geometry/tessellate.cpp
/trunk/src/HMesh/quadric_simplify.cpp
/trunk/src/Util/ArgExtracter.h
372 6110 d 23 h jab /trunk/ Minor changes to draw and the Xcode project  
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/src/GLGraphics/draw.cpp
/trunk/src/GLGraphics/draw.h
371 6110 d 23 h jab /trunk/src/Geometry/ Ply loading was added to this Directory. Two files rply.c and rply.h which
expose an MIT licensed ply handling API have been introduced as well as
a ply_load function declared in ply_load.h and defined in ply_load.cpp
 
/trunk/src/Geometry/ply_load.cpp
/trunk/src/Geometry/ply_load.h
/trunk/src/Geometry/rply.c
/trunk/src/Geometry/rply.h
/trunk/src/Geometry/TriMesh.cpp
369 6111 d 18 h jab /trunk/src/GLGraphics/ The SOIL - simple opengl image library is in the public domain. I added it to
GEL because it is much simpler to use and more compact than DevIL.
By including it in the actual GEL distribution, we also lower the number
of external dependencies by 1 while slightly increasing compilation time.
 
/trunk/src/GLGraphics/SOIL.c
/trunk/src/GLGraphics/SOIL.h
/trunk/src/GLGraphics/glsl_shader.cpp
/trunk/src/GLGraphics/glsl_shader.h
/trunk/src/GLGraphics/image_DXT.c
/trunk/src/GLGraphics/image_DXT.h
/trunk/src/GLGraphics/image_helper.c
/trunk/src/GLGraphics/image_helper.h
/trunk/src/GLGraphics/stb_image_aug.c
/trunk/src/GLGraphics/stb_image_aug.h
/trunk/src/GLGraphics/stbi_DDS_aug.h
/trunk/src/GLGraphics/stbi_DDS_aug_c.h
/trunk/src/GLGraphics/test_SOIL.cpp
368 6112 d 17 h jrf /trunk/ Bruteforce wireframe rendering introduced in draw framework and OBJViewer. Texture toggle on/off introduced in OBJViewer.  
/trunk/apps/OBJViewer/objview.cpp
/trunk/src/GLGraphics/draw.cpp
/trunk/src/GLGraphics/draw.h
367 6140 d 19 h jab /trunk/ Slight changes to quadric simplification. I made the interface a little saner.  
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/Pathtracer/pathtracer.cpp
/trunk/src/HMesh/quadric_simplify.cpp
/trunk/src/HMesh/quadric_simplify.h
366 6141 d 0 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
364 6218 d 12 h jrf /trunk/src/Geometry/ Corrections to have the ray tracer run properly in Visual Studio  
/trunk/src/Geometry/BSPTree.cpp
/trunk/src/Geometry/obj_load.cpp
363 6248 d 16 h jab /trunk/ A few changes to make quadric simplification better. In particular, boundaries
are now handled well.
 
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/OBJViewer/objview.cpp
/trunk/src/HMesh/Vertex.cpp
/trunk/src/HMesh/quadric_simplify.cpp
/trunk/src/HMesh/quadric_simplify.h
362 6253 d 9 h jab /trunk/src/ Some added documentation and also I added the tesselation routine  
/trunk/src/Geometry/tessellate.cpp
/trunk/src/Geometry/tessellate.h
/trunk/src/GLGraphics/draw.cpp
/trunk/src/GLGraphics/draw.h
/trunk/src/HMesh/build_manifold.h
/trunk/src/HMesh/close_holes.h
/trunk/src/HMesh/mesh_optimization.h
/trunk/src/HMesh/obj_load.cpp
/trunk/src/HMesh/obj_load.h
/trunk/src/HMesh/obj_save.h
/trunk/src/HMesh/quadric_simplify.cpp
/trunk/src/HMesh/quadric_simplify.h
/trunk/src/HMesh/x3d_load.h
359 6367 d 10 h jab /trunk/src/CGLA/ Added 3D matrix functions for transformations  
/trunk/src/CGLA/Mat3x3d.cpp
358 6367 d 10 h jab /trunk/src/CGLA/ added rotation and scaling matrices to 3d double matrices  
/trunk/src/CGLA/Mat3x3d.h
357 6371 d 20 h jab /trunk/ A number of changes were made to quadric simplification  
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/Pathtracer/pathtracer.cpp
/trunk/src/Geometry/QEM.cpp
/trunk/src/Geometry/QEM.h
/trunk/src/HMesh/quadric_simplify.cpp
/trunk/src/HMesh/quadric_simplify.h

Show All