Re-added Mesh:setVertices.

This commit is contained in:
Alex Szpakowski
2015-05-02 14:05:29 -03:00
parent eee1fbac79
commit 4e1011a52e
5 changed files with 71 additions and 15 deletions
+1
View File
@@ -33,6 +33,7 @@ namespace opengl
{
Mesh *luax_checkmesh(lua_State *L, int idx);
int w_Mesh_setVertices(lua_State *L);
int w_Mesh_setVertex(lua_State *L);
int w_Mesh_getVertex(lua_State *L);
int w_Mesh_setVertexAttribute(lua_State *L);