Changeset 8612

Show
Ignore:
Timestamp:
07/16/08 18:04:27
Author:
robert
Message:

From Vincent Bourdier, removed line with setWidth(2.0) as this code prevents
user settings of line with.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/src/osgFX/Cartoon.cpp

    r5187 r8612  
    124124                ss->setAttributeAndModes(cf.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); 
    125125 
    126                 _wf_lw->setWidth(2); 
    127126                ss->setAttributeAndModes(_wf_lw.get(), osg::StateAttribute::OVERRIDE | osg::StateAttribute::ON); 
    128127 
     
    240239                ss->setAttributeAndModes(cf.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); 
    241240 
    242                 _wf_lw->setWidth(2); 
    243241                ss->setAttributeAndModes(_wf_lw.get(), osg::StateAttribute::OVERRIDE | osg::StateAttribute::ON); 
    244242