haiku/src/apps/glteapot
Alexander von Gluck IV 6308afb12c GL: Make sure to use GLU headers.
* 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
2012-11-18 08:22:38 -06:00
..
error.cpp
error.h
FPS.cpp
FPS.h
glob.h
GLObject.cpp Teapot 3D model data moved to app resources 2011-12-05 22:35:20 +01:00
GLObject.h Teapot 3D model data moved to app resources 2011-12-05 22:35:20 +01:00
GLTeapot.rdef Teapot 3D model data moved to app resources 2011-12-05 22:35:20 +01:00
Jamfile GL: Make sure to use GLU headers. 2012-11-18 08:22:38 -06:00
LICENSE
ObjectView.cpp Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
ObjectView.h
Quaternion.h removed executable props 2011-01-26 21:37:25 +00:00
README.GLTeapot
ResScroll.h
teapot.h
TeapotApp.cpp Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again. 2011-03-25 22:13:48 +00:00
TeapotApp.h Removing most About windows and menu items as discussed here 2011-03-26 02:18:52 +00:00
TeapotWindow.cpp Replaced "Preferences"/"Options" with "Settings" 2012-08-15 09:53:38 +02:00
TeapotWindow.h
util.h Use optional package gl headers 2012-01-08 01:42:10 -06:00
Vector3.h removed executable props 2011-01-26 21:37:25 +00:00

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