OpenSceneGraph/examples/osgviewerCocoa
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
..
English.lproj From Jannik Heller, Wrong function call in setTextureAttributeAndModes 2016-03-11 15:35:07 +00:00
CMakeLists.txt From Stephan Huber, build fix 2013-10-17 14:02:15 +00:00
Info.plist
main.mm From Stephan Huber, build fix 2013-10-17 14:02:15 +00:00
ViewerCocoa.h
ViewerCocoa.mm From Ravi Mathur, OSX/Clang 7.0.0 build fix 2016-01-19 15:39:46 +00:00