small refactoring

This commit is contained in:
2021-05-31 12:47:46 +03:00
parent 5eaa20202b
commit a9f7408e71
44 changed files with 86 additions and 595 deletions

View File

@@ -25,7 +25,6 @@
class RendererMaterial {
friend class QGLView;
public:
RendererMaterial(Renderer * r_);
virtual ~RendererMaterial();
@@ -40,7 +39,6 @@ public:
private:
Renderer * r;
Framebuffer fbo_mat_thumb;
Mesh * mat_sphere;
Camera * mat_camera;
@@ -48,7 +46,6 @@ private:
QMap<Material*, QImage> mat_thumbnails;
Material * last_thumb_material;
QQueue<Material*> mat_thumb_queue;
};
#endif // RENDERER_MATERIAL_H