查看: 1581|回复: 0

谁能说清楚 setAttributeAndModes 和 setAttribute 区别

[复制链接]

该用户从未签到

发表于 2016-2-17 08:52:28 | 显示全部楼层 |阅读模式
请问各位大哥:
1.在Quick Guide一书中State例子中。
无论使用                state->setAttributeAndModes(pm) 还是state->setAttribute( pm );程序运行之后 效果都是一样的。见附图
那什么时候使用前者,什么时候使用后者呢,两者到底有什么不同呢?
2. 根据这两个函数的头文件介绍,setAttributeAndModes 默认是开启的,setAttribute 默认是关闭的,为何两者效果一样呢?
求详解!

       /** Set this StateSet to contain specified attribute and override flag.*/
        void setAttribute(StateAttribute *attribute, StateAttribute::OverrideValue value=StateAttribute::OFF);

        /** Set this StateSet to contain specified attribute and set the associated GLMode's to specified value.*/
        void setAttributeAndModes(StateAttribute *attribute, StateAttribute::GLModeValue value=StateAttribute::ON);


  1.                 osg::StateSet* state = mt->getOrCreateStateSet();
  2.                 osg::PolygonMode* pm = new osg::PolygonMode(
  3.                         osg::PolygonMode::FRONT_AND_BACK,
  4.                         osg::PolygonMode::LINE );
  5.         //        state->setAttributeAndModes( pm );
  6.                 state->setAttribute( pm );
复制代码
stateAttribute.png
您需要登录后才可以回帖 登录 | 注册

本版积分规则

OSG中国官方论坛-有您OSG在中国才更好

网站简介:osgChina是国内首个三维相关技术开源社区,旨在为国内更多的技术开发人员提供最前沿的技术资讯,为更多的三维从业者提供一个学习、交流的技术平台。

联系我们

  • 工作时间:09:00--18:00
  • 反馈邮箱:1315785073@qq.com
快速回复 返回顶部 返回列表