OpenSceneGraph/examples/osgviewerCocoa/English.lproj
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
..
MainMenu.nib From Eric Wing, interface files 2007-06-08 16:47:18 +00:00
InfoPlist.strings From Jannik Heller, Wrong function call in setTextureAttributeAndModes 2016-03-11 15:35:07 +00:00
Localizable.strings From Eric Wing, build fix 2007-06-08 10:43:01 +00:00