diff options
| author | Alexander Pickering <alex@cogarr.net> | 2019-07-08 18:46:23 -0400 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2019-07-08 18:46:23 -0400 |
| commit | f5f0ff5635c52775665fd99b994521f90fe12d95 (patch) | |
| tree | 077162ee1e7f24ea5a525b15aabc11223954e0d7 /src/shared/lua_api/phys/bphysmodel.cpp | |
| parent | ff704e4ca477892d97a6f23953e99ec13623e114 (diff) | |
| download | brokengine-f5f0ff5635c52775665fd99b994521f90fe12d95.tar.gz brokengine-f5f0ff5635c52775665fd99b994521f90fe12d95.tar.bz2 brokengine-f5f0ff5635c52775665fd99b994521f90fe12d95.zip | |
Modified files to work with new builds system
Also properly deleted some old files that were sill
around
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); |
