@@ -0,0 +1,12 @@
#ifndef MODEL_H
#define MODEL_H
#include "fastmath.hpp"
#include <vector>
struct model {
std::vector<vec3> verts;
std::vector<uint16_t> faces;
};
#endif
The note is not visible to the blocked user.