diff options
Diffstat (limited to 'src/o3d/mesh.h')
-rw-r--r-- | src/o3d/mesh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/o3d/mesh.h b/src/o3d/mesh.h index 579c8b2..34d1e09 100644 --- a/src/o3d/mesh.h +++ b/src/o3d/mesh.h @@ -10,7 +10,8 @@ namespace engine::o3d { class Mesh { public: - static Mesh cube(); // this function should not be in this file +// static Mesh cube(); // this function should not be in this file + static Mesh plane(); // this function should not be in this file std::vector<Vertex3> pts; std::vector<std::array<int, 3>> faces; |