From f4a7739a40c095e0c837d78d00f13a1ef47d3a11 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 25 Nov 2023 17:05:01 -0700 Subject: cube foo init --- inc/mesh.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inc/mesh.hpp') diff --git a/inc/mesh.hpp b/inc/mesh.hpp index db465fb..91fa500 100644 --- a/inc/mesh.hpp +++ b/inc/mesh.hpp @@ -14,9 +14,9 @@ typedef struct TRIANGLE { } TRIANGLE; class Mesh { -protected: - usu::vector m_vertices; - usu::vector m_triangles; +public: + usu::vector vertices; + usu::vector triangles; }; #endif // MESH_HPP -- cgit v1.2.3-70-g09d2