Added GL_RESCALE_NORMAL to allow compilation with GL1.1 headers

This commit is contained in:
Robert Osfield
2004-05-19 09:12:52 +00:00
parent 2cd4bd513a
commit 9ff7933d96

View File

@@ -17,6 +17,10 @@
#include <osg/Group>
#include <osg/Matrix>
#ifndef GL_RESCALE_NORMAL
#define GL_RESCALE_NORMAL 0x803A
#endif
namespace osg {