Changeset 13041 for OpenSceneGraph/trunk/src/osgFX/Cartoon.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgFX/Cartoon.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgFX/Cartoon.cpp
r8613 r13041 155 155 /////////////////////////////////////////////////////////////////////////// 156 156 // A port of Marco Jez's "cartoon.cg" to the OpenGL Shading Language 157 // by Mike Weiblen 2003-10-03, 157 // by Mike Weiblen 2003-10-03, 158 158 // 159 159 // This shader is simplified due to limitations in the OGLSL implementation … … 245 245 _wf_mat->setAmbient(osg::Material::FRONT_AND_BACK, osg::Vec4(0, 0, 0, 1)); 246 246 _wf_mat->setSpecular(osg::Material::FRONT_AND_BACK, osg::Vec4(0, 0, 0, 1)); 247 247 248 248 // set by outline colour so no need to set here. 249 249 //_wf_mat->setEmission(osg::Material::FRONT_AND_BACK, osg::Vec4(0, 0, 0, 1));
