Added new osgGLUT::Window base class which is very basic right now, all it does

is bring up a GLUT window and provide virtual functions from which users should
subclass to add functionality.
This commit is contained in:
Robert Osfield
2001-10-23 15:55:01 +00:00
parent 25c8b05914
commit 63bb05e6fd
4 changed files with 261 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ include ../../Make/makedefs
C++FILES = \
GLUTEventAdapter.cpp\
Version.cpp\
Window.cpp\
Viewer.cpp\
TARGET_BASENAME = osgGLUT
@@ -19,6 +20,7 @@ TARGET_INCLUDE_FILES = \
osgGLUT/Export\
osgGLUT/GLUTEventAdapter\
osgGLUT/Version\
osgGLUT/Window\
osgGLUT/Viewer\
C++FLAGS += -I ../../include