btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / glteapot / README.GLTeapot
blobca751a4d764121869f57e8e2b9066e60ff471767
1 GLTeapot Project README
2 =======================
4 This is a sample application using Be's OpenGL implementation. It uses a
5 generic object viewer class, ObjectView, to view OpenGL objects created 
6 using a generic OpenGL object class, GLObject. 
7  
8 Files
9 =====
11 The archive should contain the following files:
13 README.GLTeapot         -- This file
14 GLTeapot.proj           -- Metrowerks project file
15 teapot.data             -- Teapot vertex data file
16 Teapot.rsrc             -- Application resource file
18 GLObject.cpp            -- Source files
19 GLObject.h
20 ObjectView.cpp
21 ObjectView.h
22 ResScroll.h
23 error.cpp
24 error..h
25 glob.h
26 teapot_main.cpp
27 util.h