Added #define OSG_USE_DEPRECATED_GEOMETRY_METHODS usage into code to allow code to compile enen when CMake configuration has set the #define to off in include/osg/Config.

This commit is contained in:
Robert Osfield
2013-06-18 19:09:33 +00:00
parent b2fa36f02b
commit 297a8a221b
8 changed files with 34 additions and 10 deletions

View File

@@ -6,6 +6,9 @@
* Author(s): Vladimir Vukicevic <vladimir@pobox.com>
*
*/
#ifndef OSG_USE_DEPRECATED_GEOMETRY_METHODS
#define OSG_USE_DEPRECATED_GEOMETRY_METHODS 1
#endif
#include <osg/TexEnv>
#include <osg/CullFace>