Changeset 10691 for OpenSceneGraph/trunk/src/osg/StateSet.cpp
- Timestamp:
- 10/25/09 12:52:01 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/StateSet.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/StateSet.cpp
r10671 r10691 22 22 #include <osg/FrontFace> 23 23 #include <osg/PolygonMode> 24 #include <osg/Material> 24 25 #include <osg/BlendFunc> 25 26 #include <osg/Depth> … … 27 28 #include <osg/Node> 28 29 30 #include <osg/TexGen> 31 #include <osg/Texture1D> 29 32 #include <osg/TextureCubeMap> 30 33 #include <osg/TextureRectangle> … … 790 793 notify(NOTICE)<<"Error: Setting mode 'GL_COLOR_MATERIAL' via osg::StateSet::setMode(mode,value) ignored.\n"; 791 794 notify(NOTICE)<<" The mode 'GL_COLOR_MATERIAL' is set by the osg::Material StateAttribute.\n"; 792 notify(NOTICE)<<" Setting this as a mode foolsosg's State tracking."<<std::endl;795 notify(NOTICE)<<" Setting this mode would confuse osg's State tracking."<<std::endl; 793 796 } 794 797 else … … 812 815 notify(NOTICE)<<"Error: Setting mode 'GL_COLOR_MATERIAL' via osg::StateSet::removeMode(mode) ignored.\n"; 813 816 notify(NOTICE)<<" The mode 'GL_COLOR_MATERIAL' is set by the osg::Material StateAttribute.\n"; 814 notify(NOTICE)<<" Setting this as a mode foolsosg's State tracking."<<std::endl;817 notify(NOTICE)<<" Setting this mode would confuse osg's State tracking."<<std::endl; 815 818 } 816 819 else
