Cocos2d-x Update Draw 执行(2)
来源:未知 责任编辑:责任编辑 发表时间:2014-05-26 10:57 点击:次
< 0 )
{
pNode->visit();
}
else
{
break;
}
}
// self draw
this->draw();
for( ; i < arrayData->num; i++ )
{
pNode = (CCNode*) arrayData->arr[i];
if (pNode)
{
pNode->visit();
}
}
}
else
{
this->draw();
}
// reset for next frame
m_uOrderOfArrival = 0;
if (m_pGrid && m_pGrid->isActive())
{
m_pGrid->afterDraw(this);
}
kmGLPopMatrix();
}
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>