Loading framework/include/mesh.hpp +4 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,10 @@ public: _textureCoordLocation = value; } Material* material() { return _material; } private: GLuint _vao = 0; Loading Loading
framework/include/mesh.hpp +4 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,10 @@ public: _textureCoordLocation = value; } Material* material() { return _material; } private: GLuint _vao = 0; Loading