Fixes for Cywin gcc3.x build in GL and Math headers.
Fix for VS build in osgshadowtexture.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "CreateShadowedScene.h"
|
||||
|
||||
|
||||
using namespace osg;
|
||||
|
||||
class CreateShadowTextureCullCallback : public osg::NodeCallback
|
||||
{
|
||||
@@ -55,7 +55,7 @@ class CreateShadowTextureCullCallback : public osg::NodeCallback
|
||||
|
||||
// we need this to get round the order dependance
|
||||
// of eye linear tex gen...
|
||||
class MyTexGen : public osg::TexGen
|
||||
class MyTexGen : public TexGen
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user