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
374 6124 d 5 h jrf /trunk/apps/OBJViewer/ reinserting texture toggle on/off  
/trunk/apps/OBJViewer/objview.cpp
373 6124 d 6 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
370 6124 d 9 h jab /trunk/apps/OBJViewer/ First of all the wireframe drawing has been put in its own file. It is a shader
based feature (SM 4.0) and the shaders are inside the file as strings.

glsl_shader.cpp and glsl_shader.h were removed from this application and added
to GLGraphics in the GEL library. I wanted to do that for some time but it means that GEL becomes directly dependent on Glew. That is not a big issue though: GEL already depends on GL and GLEW is very easy to install.

I have added another ply loader (rply.c and rply.h) while ply.c and ply.h
were removed. The new one has the benefit of also loading binary ply files, but that is now all in the Geometry directory.

objview.cpp has been changed slightly. It now loads OBJ, PLY and X3D
 
/trunk/apps/OBJViewer/wireframe.cpp
/trunk/apps/OBJViewer/wireframe.h
/trunk/apps/OBJViewer/glsl_shader.cpp
/trunk/apps/OBJViewer/glsl_shader.h
/trunk/apps/OBJViewer/ply.c
/trunk/apps/OBJViewer/ply.h
/trunk/apps/OBJViewer/ply_load.cpp
/trunk/apps/OBJViewer/ply_load.h
/trunk/apps/OBJViewer/objview.cpp
368 6126 d 3 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 6154 d 6 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
365 6216 d 8 h jab /trunk/ minor changes.  
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/OBJViewer/ply.c
/trunk/apps/OBJViewer/ply_load.cpp
/trunk/apps/VolumePolygonize/volpoly.cpp
363 6262 d 3 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
361 6380 d 21 h jab /trunk/apps/OBJViewer/ Added my shader loader functions to the GEL OBJViewer applications  
/trunk/apps/OBJViewer/glsl_shader.cpp
360 6380 d 21 h jab /trunk/apps/OBJViewer/ Added my shader loader functions to the GEL OBJViewer applications  
/trunk/apps/OBJViewer/glsl_shader.h
357 6385 d 6 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
356 6386 d 2 h jab /trunk/apps/Decimator/ changes to qslim code  
/trunk/apps/Decimator/decimator.cpp
355 6400 d 5 h awk /trunk/apps/  
/trunk/apps/Pathtracer/path_tracer.cpp
/trunk/apps/Pathtracer/tracer.cpp
/trunk/apps/Pathtracer/tracer.h
/trunk/apps/OBJViewer/Makefile
/trunk/apps/Pathtracer/pathtracer.cpp
/trunk/apps/Pathtracer/pathtracer.h
/trunk/apps/Pathtracer/scene.cpp
353 6400 d 5 h awk /trunk/apps/Pathtracer/  
/trunk/apps/Pathtracer/camera.h
/trunk/apps/Pathtracer/core.h
/trunk/apps/Pathtracer/glass.h
/trunk/apps/Pathtracer/luminaire.h
/trunk/apps/Pathtracer/material.h
/trunk/apps/Pathtracer/matte.h
/trunk/apps/Pathtracer/mesh.h
/trunk/apps/Pathtracer/metal.h
/trunk/apps/Pathtracer/omni.h
/trunk/apps/Pathtracer/pathtracer.h
/trunk/apps/Pathtracer/plastic.h
/trunk/apps/Pathtracer/scene.h
/trunk/apps/Pathtracer/tracer.h
/trunk/apps/Pathtracer/camera.hpp
/trunk/apps/Pathtracer/core.hpp
/trunk/apps/Pathtracer/glass.hpp
/trunk/apps/Pathtracer/luminaire.hpp
/trunk/apps/Pathtracer/material.hpp
/trunk/apps/Pathtracer/matte.hpp
/trunk/apps/Pathtracer/mesh.hpp
/trunk/apps/Pathtracer/metal.hpp
/trunk/apps/Pathtracer/omni.hpp
/trunk/apps/Pathtracer/path_tracer.hpp
/trunk/apps/Pathtracer/plastic.hpp
/trunk/apps/Pathtracer/scene.hpp
/trunk/apps/Pathtracer/tracer.hpp
/trunk/apps/Pathtracer/camera.cpp
/trunk/apps/Pathtracer/glass.cpp
/trunk/apps/Pathtracer/luminaire.cpp
/trunk/apps/Pathtracer/material.cpp
/trunk/apps/Pathtracer/matte.cpp
/trunk/apps/Pathtracer/mesh.cpp
/trunk/apps/Pathtracer/metal.cpp
/trunk/apps/Pathtracer/omni.cpp
/trunk/apps/Pathtracer/path_tracer.cpp
/trunk/apps/Pathtracer/pathtracer.cpp
/trunk/apps/Pathtracer/plastic.cpp
/trunk/apps/Pathtracer/scene.cpp
/trunk/apps/Pathtracer/tracer.cpp
352 6400 d 5 h awk /trunk/apps/Pathtracer/  
/trunk/apps/Pathtracer/core.hpp
350 6413 d 2 h awk /trunk/ Worked around bug in BSPTree. "intersect_fast_node" does not work with
GCC!
 
/trunk/apps/Pathtracer/path_tracer.cpp
/trunk/apps/Pathtracer/scene.cpp
/trunk/src/Geometry/BSPTree.cpp
349 6413 d 3 h awk /trunk/ Misc fixed to make it compile on ubuntu 7.10  
/trunk/Makefile
/trunk/apps/Pathtracer/camera.hpp
/trunk/apps/Pathtracer/glass.cpp
/trunk/apps/Pathtracer/glass.hpp
/trunk/apps/Pathtracer/luminaire.cpp
/trunk/apps/Pathtracer/luminaire.hpp
/trunk/apps/Pathtracer/material.cpp
/trunk/apps/Pathtracer/material.hpp
/trunk/apps/Pathtracer/matte.cpp
/trunk/apps/Pathtracer/matte.hpp
/trunk/apps/Pathtracer/mesh.hpp
/trunk/apps/Pathtracer/metal.cpp
/trunk/apps/Pathtracer/metal.hpp
/trunk/apps/Pathtracer/omni.cpp
/trunk/apps/Pathtracer/omni.hpp
/trunk/apps/Pathtracer/path_tracer.hpp
/trunk/apps/Pathtracer/plastic.cpp
/trunk/apps/Pathtracer/plastic.hpp
/trunk/apps/Pathtracer/scene.cpp
/trunk/apps/Pathtracer/scene.hpp
/trunk/apps/Pathtracer/tracer.cpp
/trunk/apps/Pathtracer/tracer.hpp
/trunk/src/Geometry/BSPTree.cpp
/trunk/src/Geometry/BSPTree.h
/trunk/src/HMesh/x3d_load.cpp
/trunk/src/Util/ArgExtracter.h
348 6413 d 3 h awk /trunk/apps/Pathtracer/ Added path tracer, misc fixes  
/trunk/apps/Pathtracer/mt19937ar.cpp
/trunk/apps/Pathtracer/pathtracer.cpp
/trunk/apps/Pathtracer/main.cpp
/trunk/apps/Pathtracer/mt19937ar.c
/trunk/apps/Pathtracer/Makefile
/trunk/apps/Pathtracer/camera.cpp
/trunk/apps/Pathtracer/core.hpp
/trunk/apps/Pathtracer/mesh.cpp
/trunk/apps/Pathtracer/path_tracer.cpp
347 6413 d 3 h awk /trunk/apps/Pathtracer/  
/trunk/apps/Pathtracer/main.cpp
346 6413 d 4 h awk /trunk/  
/trunk/apps/Pathtracer
/trunk/apps/Pathtracer/Makefile
/trunk/apps/Pathtracer/camera.cpp
/trunk/apps/Pathtracer/camera.hpp
/trunk/apps/Pathtracer/core.hpp
/trunk/apps/Pathtracer/glass.cpp
/trunk/apps/Pathtracer/glass.hpp
/trunk/apps/Pathtracer/luminaire.cpp
/trunk/apps/Pathtracer/luminaire.hpp
/trunk/apps/Pathtracer/main.cpp
/trunk/apps/Pathtracer/material.cpp
/trunk/apps/Pathtracer/material.hpp
/trunk/apps/Pathtracer/matte.cpp
/trunk/apps/Pathtracer/matte.hpp
/trunk/apps/Pathtracer/mesh.cpp
/trunk/apps/Pathtracer/mesh.hpp
/trunk/apps/Pathtracer/metal.cpp
/trunk/apps/Pathtracer/metal.hpp
/trunk/apps/Pathtracer/mt19937ar.c
/trunk/apps/Pathtracer/mt19937ar.h
/trunk/apps/Pathtracer/omni.cpp
/trunk/apps/Pathtracer/omni.hpp
/trunk/apps/Pathtracer/path_tracer.cpp
/trunk/apps/Pathtracer/path_tracer.hpp
/trunk/apps/Pathtracer/plastic.cpp
/trunk/apps/Pathtracer/plastic.hpp
/trunk/apps/Pathtracer/scene.cpp
/trunk/apps/Pathtracer/scene.hpp
/trunk/apps/Pathtracer/tracer.cpp
/trunk/apps/Pathtracer/tracer.hpp
/trunk/data/cornell_box
/trunk/data/cornell_box/back.obj
/trunk/data/cornell_box/box1.obj
/trunk/data/cornell_box/box2.obj
/trunk/data/cornell_box/ceiling.obj
/trunk/data/cornell_box/floor.obj
/trunk/data/cornell_box/front.obj
/trunk/data/cornell_box/left.obj
/trunk/data/cornell_box/quad.obj
/trunk/data/cornell_box/right.obj
/trunk/data/cornell_box/small_sphere.obj
/trunk/data/cornell_box/sphere1.obj
/trunk/data/cornell_box/sphere2.obj
/trunk/data/cornell_box/teapot1.obj
/trunk/data/cornell_box/teapot2.obj
/trunk/apps/Raytracer/Makefile
/trunk/src/HMesh/x3d_load.cpp
341 6470 d 10 h jab /trunk/ Added a ply viewer to OBJViewer.
other minor changes.
 
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/apps/MeshDistance/meshdist.cpp
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/OBJViewer/ply_load.cpp
/trunk/apps/VolumePolygonize/volpoly.cpp
/trunk/src/HMesh/obj_save.cpp

Show All