add to visual studio

This commit is contained in:
2017-11-24 00:01:05 +00:00
parent a90aa4a60e
commit 8a21f3f78a
5 changed files with 22 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ class NodeColorWheel : public Node
public:
ui::Circle m_circle;
ui::Circle m_cur_hue;
glm::vec3 m_hsv;
GLuint m_tri_vbo;
GLuint m_tri_vao;
GLuint buffers;