X-Git-Url: http://git.mutantstargoat.com?p=demo;a=blobdiff_plain;f=src%2Fmesh.h;h=6482bde46d291a7f843d1c4d72f1e6251f024121;hp=36a79cd342847bcf19c968c5a1a3bb96043b98db;hb=46cc932f7ddb0c81f352bc847973dae6b327ebeb;hpb=9da6afeaca91bbb18899f3144c5d0a1bf1f31bb7 diff --git a/src/mesh.h b/src/mesh.h index 36a79cd..6482bde 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -24,7 +24,9 @@ public: std::vector normals; std::vector tangents; std::vector tex_coords; + std::string name; + unsigned int mat_idx; unsigned int which_mask;