Merge branch 'billboard' of https://github.com/super626/cocos2d-x into billboard

This commit is contained in:
songchengjiang 2014-08-28 13:37:37 +08:00
commit 7751762893
1 changed files with 2 additions and 0 deletions

View File

@ -485,6 +485,8 @@ void Renderer::clean()
_lastMaterialID = 0;
_lastBatchedMeshCommand = nullptr;
_transparentRenderGroups.clear();
}
void Renderer::convertToWorldCoordinates(V3F_C4B_T2F_Quad* quads, ssize_t quantity, const Mat4& modelView)