C++学习(三二八)osg::State中_useVertexAttributeAliasing的作用
Posted hankern
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++学习(三二八)osg::State中_useVertexAttributeAliasing的作用相关的知识,希望对你有一定的参考价值。
State::State():
Referenced(true)
{
#if !defined(OSG_GL_FIXED_FUNCTION_AVAILABLE)
_useVertexAttributeAliasing = true;
#else
_useVertexAttributeAliasing = false;
#endif
}
以上是关于C++学习(三二八)osg::State中_useVertexAttributeAliasing的作用的主要内容,如果未能解决你的问题,请参考以下文章
C++学习(三二四)osg标准漫游器StandardManipulator的_ga_t1 _ga_t0
C++学习(三二零)osg漫游器Manipulator自带的鼠标拖拽事件Drag响应
osg学习(五十六)osg::State的AttributeMap作用