Added GL_SCALE_NORMAL define to get round compilation against GL1.1 headers

This commit is contained in:
Robert Osfield
2004-05-19 09:17:36 +00:00
parent 9ff7933d96
commit 17214df1fc

View File

@@ -22,6 +22,11 @@
#include <vector>
#include <string>
#ifndef GL_RESCALE_NORMAL
// allow compilation against GL1.1 headers.
#define GL_RESCALE_NORMAL 0x803A
#endif
namespace osg {
/**