X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Fmesh.h;h=ed40f5d7ece57bdfecea9f3a7632026c500b9c66;hb=713e854b6daf2ec0de8538be1e1eb385a213f36c;hp=57165bab83b6e5cecad8f6014d5cda852517371d;hpb=4bc86b416f29b4889075ad5c8dfdb1e11454a6c3;p=demo diff --git a/src/mesh.h b/src/mesh.h index 57165ba..ed40f5d 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -19,7 +19,6 @@ public: std::vector indices; std::vector vertices; std::vector normals; - std::vector tangents; std::vector tex_coords; std::string name;