28 |
28 |
29 public: |
29 public: |
30 renderer (QWidget* parent = nullptr); |
30 renderer (QWidget* parent = nullptr); |
31 void hardRefresh (); |
31 void hardRefresh (); |
32 void compileObjects (); |
32 void compileObjects (); |
33 void setColor (strconfig& cfg, void (*func) (float, float, float, float)); |
33 void setColor (str zColor, void (*func) (float, float, float, float)); |
34 |
34 |
35 double fRotX, fRotY, fRotZ; |
35 double fRotX, fRotY, fRotZ; |
36 QPoint lastPos; |
36 QPoint lastPos; |
37 double fZoom; |
37 double fZoom; |
38 |
38 |