Files
OpenSceneGraph/src/osg
Robert Osfield cb2af961db From Jannik Heller, Wrong function call in setTextureAttributeAndModes
"From I think that this piece of code in StateSet::setTextureAttributeAndModes is a copy&paste mistake:

            OSG_NOTICE<<"Warning: non texture attribute '"<<attribute->className()<<"' passed to setTextureAttributeAndModes(unit,attr,value), "<<std::endl;
            OSG_NOTICE<<"         assuming setAttributeAndModes(attr,value) instead."<<std::endl;
            OSG_NOTICE<<"         please change calling code to use appropriate call."<<std::endl;
            setAttribute(attribute,value);

As per the warning message it should be calling setAttributeAndModes(attribute,value); ."
2016-03-11 15:35:07 +00:00
..
2015-07-23 11:11:58 +00:00
2014-05-14 10:19:43 +00:00
2015-06-01 13:11:49 +00:00
2010-11-22 11:22:03 +00:00
2016-02-04 17:35:32 +00:00
2015-06-01 13:40:20 +00:00
2015-04-07 18:01:12 +00:00
2015-06-01 13:11:49 +00:00
2015-04-13 10:43:56 +00:00
2015-06-01 13:40:20 +00:00
2014-05-14 10:19:43 +00:00
2015-06-01 13:40:20 +00:00
2009-11-23 09:53:08 +00:00