Ignore:
Timestamp:
Jun 1, 2012, 6:11:26 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/extViewer.cpp

    r362 r370  
    276276        stateset->setTextureAttributeAndModes(_distortionSet->getTexUnitScene(), sceneTexture,osg::StateAttribute::ON);
    277277        stateset->setMode(GL_LIGHTING,osg::StateAttribute::OFF);
    278                 // Modify StateSet to protectit agaiunst state changes by the stateset Manipulator
     278                // Modify StateSet to protectit against state changes by the stateset Manipulator
    279279                osg::PolygonMode* polyModeObj = new osg::PolygonMode;
    280280        stateset->setAttribute(polyModeObj, osg::StateAttribute::PROTECTED|osg::StateAttribute::ON);
Note: See TracChangeset for help on using the changeset viewer.