131 |
7157 d 9 h |
jab |
/trunk/src/Graphics/ |
Added three header files which include gl.h glu.h and glut.h respectively.
The advantage is that these header files encapsulate the ifdefs required
to sort out the platform dependencies.
Files that previously included gl.h directly now include these files. |
|
/trunk/src/Graphics/gel_gl.h /trunk/src/Graphics/gel_glu.h /trunk/src/Graphics/gel_glut.h
/trunk/src/Graphics/GLViewController.cpp /trunk/src/Graphics/QuatTrackBall.cpp /trunk/src/Graphics/SimpleTrackBall.cpp
|
125 |
7163 d 11 h |
jab |
/trunk/ |
Many small changes to allow GEL to compile on Mac OS X 10.4. Incidentally,
this version of OS X is based on gcc 4.0, so problems with this version of
gcc should also have been fixed now. |
|
/trunk/apps/IMeshViewer/trimesh_viewer.cpp /trunk/apps/OBJViewer/objview.cpp /trunk/makefiles/Darwin_Power_Macintosh_g++.mk /trunk/src/CGLA/ArithVec3Float.cpp /trunk/src/CGLA/ArithVecFloat.h /trunk/src/Geometry/HGrid.h /trunk/src/Geometry/KDTree.h /trunk/src/Geometry/RGrid.h /trunk/src/Geometry/Texmap.cpp /trunk/src/Geometry/Texmap.h /trunk/src/Geometry/save_raw.h /trunk/src/Graphics/GLViewController.cpp /trunk/src/Graphics/QuatTrackBall.cpp /trunk/src/Graphics/SimpleTrackBall.cpp /trunk/src/HMeshUtil/fair_polygonize.cpp /trunk/src/LinAlg/Vector.h /trunk/test/CGLA-ogl/ogl_test.cpp
|
87 |
7177 d 11 h |
jab |
/trunk/src/Graphics/ |
Some renaming of the trackballs. A new trackball has been added. |
|
/trunk/src/Graphics/QuatTrackBall.cpp /trunk/src/Graphics/QuatTrackBall.h /trunk/src/Graphics/SimpleTrackBall.cpp /trunk/src/Graphics/SimpleTrackBall.h
/trunk/src/Graphics/TrackBall.cpp /trunk/src/Graphics/TrackBall.h
/trunk/src/Graphics/GLViewController.cpp /trunk/src/Graphics/GLViewController.h
|