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