From 17214df1fc2575ce61924629d339f52a10c169aa Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 19 May 2004 09:17:36 +0000 Subject: [PATCH] Added GL_SCALE_NORMAL define to get round compilation against GL1.1 headers --- include/osg/StateSet | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/osg/StateSet b/include/osg/StateSet index 6d273e287..e0874763b 100644 --- a/include/osg/StateSet +++ b/include/osg/StateSet @@ -22,6 +22,11 @@ #include #include +#ifndef GL_RESCALE_NORMAL +// allow compilation against GL1.1 headers. +#define GL_RESCALE_NORMAL 0x803A +#endif + namespace osg { /**