diff options
Diffstat (limited to 'src/shared/lua_api/phys/bphysmodel.cpp')
| -rw-r--r-- | src/shared/lua_api/phys/bphysmodel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/lua_api/phys/bphysmodel.cpp b/src/shared/lua_api/phys/bphysmodel.cpp index a89a28f..0cff0ed 100644 --- a/src/shared/lua_api/phys/bphysmodel.cpp +++ b/src/shared/lua_api/phys/bphysmodel.cpp @@ -66,8 +66,8 @@ void makebphysmodel(lua_State *L){ printf("Tinyobj failed to load model:%s\n",ppath); } //u32 meshcount = pmesh->getMeshBufferCount(); - __mingw_printf("attrib.num_vertices: %u\n",attrib.num_vertices); - __mingw_printf("attrib.num_faces: %u\n",attrib.num_faces); + //__mingw_printf("attrib.num_vertices: %u\n",attrib.num_vertices); + //__mingw_printf("attrib.num_faces: %u\n",attrib.num_faces); btTriangleMesh* trimesh = new btTriangleMesh(); for(size_t i = 0; i < attrib.num_vertices; i++){ //0 - x, so num_vertices - 1 //__mingw_printf("Looking at vertice %llu/%u\n",i,attrib.num_vertices); |
