6308afb12c
* The HEADERS_DEPENDENCY isn't needed for GLU as Mesa is a dependency and requires GLU to build * I actually didn't break the build, we were however using the Mesa GLU headers with the external GLU lib which could be bad |
||
---|---|---|
.. | ||
error.cpp | ||
error.h | ||
FPS.cpp | ||
FPS.h | ||
glob.h | ||
GLObject.cpp | ||
GLObject.h | ||
GLTeapot.rdef | ||
Jamfile | ||
LICENSE | ||
ObjectView.cpp | ||
ObjectView.h | ||
Quaternion.h | ||
README.GLTeapot | ||
ResScroll.h | ||
teapot.h | ||
TeapotApp.cpp | ||
TeapotApp.h | ||
TeapotWindow.cpp | ||
TeapotWindow.h | ||
util.h | ||
Vector3.h |
GLTeapot Project README ======================= This is a sample application using Be's OpenGL implementation. It uses a generic object viewer class, ObjectView, to view OpenGL objects created using a generic OpenGL object class, GLObject. Files ===== The archive should contain the following files: README.GLTeapot -- This file GLTeapot.proj -- Metrowerks project file teapot.data -- Teapot vertex data file Teapot.rsrc -- Application resource file GLObject.cpp -- Source files GLObject.h ObjectView.cpp ObjectView.h ResScroll.h error.cpp error..h glob.h teapot_main.cpp util.h