quick backup of geosphere generation etc
[demo] / src / mesh.h
index 57165ba..ed40f5d 100644 (file)
@@ -19,7 +19,6 @@ public:
        std::vector<uint16_t> indices;
        std::vector<Vec3> vertices;
        std::vector<Vec3> normals;
-       std::vector<Vec3> tangents;
        std::vector<Vec2> tex_coords;
 
        std::string name;