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

@@ -101,6 +101,10 @@ SOURCE=..\..\src\osgGLUT\Version.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgGLUT\Window.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgGLUT\Viewer.cpp
# End Source File
# End Group
@@ -121,6 +125,10 @@ SOURCE=..\..\Include\osgGLUT\GLUTEventAdapter
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgGLUT\Window
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgGLUT\Version
# End Source File
# Begin Source File