Changeset 8612
- Timestamp:
- 07/16/08 18:04:27
- Files:
-
- OpenSceneGraph/trunk/src/osgFX/Cartoon.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/src/osgFX/Cartoon.cpp
r5187 r8612 124 124 ss->setAttributeAndModes(cf.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); 125 125 126 _wf_lw->setWidth(2);127 126 ss->setAttributeAndModes(_wf_lw.get(), osg::StateAttribute::OVERRIDE | osg::StateAttribute::ON); 128 127 … … 240 239 ss->setAttributeAndModes(cf.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); 241 240 242 _wf_lw->setWidth(2);243 241 ss->setAttributeAndModes(_wf_lw.get(), osg::StateAttribute::OVERRIDE | osg::StateAttribute::ON); 244 242
