Changeset 54


Ignore:
Timestamp:
Dec 14, 2004, 1:41:53 PM (20 years ago)
Author:
ole
Message:

Ooops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Swollen/swollen/watersurface.cpp

    r48 r54  
    5757
    5858    osg::AlphaFunc* alphaFunc = new osg::AlphaFunc;
    59     alphaFunc->setFunction( osg::AlphaFunc::GEQUAL, _sww->getAlphaThreshold() );
    60     _stateset->setAttributeAndModes( alphaFunc, osg::StateAttribute::ON );
     59   
     60    //Commented out by OMN
     61    //alphaFunc->setFunction( osg::AlphaFunc::GEQUAL, _sww->getAlphaThreshold() );
     62    //_stateset->setAttributeAndModes( alphaFunc, osg::StateAttribute::ON );
     63   
    6164    _stateset->setRenderingHint(osg::StateSet::TRANSPARENT_BIN);
    6265
Note: See TracChangeset for help on using the changeset viewer.