1
0
Fork 0

Modified Files:

src/Main/renderer.cxx: Make sure the normalize mode is not set
This commit is contained in:
frohlich 2006-11-08 20:45:21 +00:00
parent 8627dd1669
commit bd97270782

View file

@ -300,6 +300,9 @@ FGRenderer::init( void ) {
stateSet->setMode(GL_FOG, osg::StateAttribute::OFF);
// this will be set below
stateSet->setMode(GL_NORMALIZE, osg::StateAttribute::OFF);
// osg::Material* material = new osg::Material;
// stateSet->setAttribute(material);