src/ui/canvas.h

changeset 166
8857351912d0
parent 165
f6eab2bd46c2
child 168
24590af32ad6
equal deleted inserted replaced
165:f6eab2bd46c2 166:8857351912d0
50 std::optional<VertexProgram> vertexProgram; 50 std::optional<VertexProgram> vertexProgram;
51 std::optional<glm::vec3> worldPosition; 51 std::optional<glm::vec3> worldPosition;
52 glm::mat4 gridMatrix; 52 glm::mat4 gridMatrix;
53 geom::Plane gridPlane; 53 geom::Plane gridPlane;
54 int totalMouseMove = 0; 54 int totalMouseMove = 0;
55 bool isDark = true;
55 QSet<ldraw::id_t> selection; 56 QSet<ldraw::id_t> selection;
56 OverpaintCallback overpaintCallback = nullptr; 57 OverpaintCallback overpaintCallback = nullptr;
57 }; 58 };

mercurial