Integrated changes for MacOSX, submitted by Phil Atkin, with small mods by

Robert Osfield to maintain compatability under Linux.
This commit is contained in:
Robert Osfield
2001-10-03 21:44:07 +00:00
parent 1ebddc2af7
commit 2c6e85442b
29 changed files with 395 additions and 91 deletions

10
include/osgGLUT/glut Normal file
View File

@@ -0,0 +1,10 @@
#ifndef OSG_GLU
#define OSG_GL 1
#ifdef __APPLE__
#include </System/Library/Frameworks/GLUT.Framework/Versions/A/Headers/glut.h>
#else
#include <GL/glut.h>
#endif
#endif // __osgGL_h