[W.I.P.] Added a FasterRenderOption

Still completly buggy. and it crashes imediatly after input
This commit is contained in:
Jan Schuffenhauer
2020-01-08 19:01:05 +01:00
parent dd55a7158d
commit c04d8d6815
12 changed files with 131 additions and 22 deletions

View File

@@ -12,6 +12,7 @@
#include "Image/IntelliShapedImage.h"
#include "Tool/IntelliTool.h"
#include "IntelliHelper/IntelliColorPicker.h"
#include "IntelliHelper/IntelliRenderSettings.h"
/*!
* \brief The LayerObject struct holds all the information needed to construct a layer
@@ -200,8 +201,9 @@ private:
int maxWidth;
int maxHeight;
IntelliTool* Tool;
IntelliRenderSettings renderSettings;
IntelliColorPicker colorPicker;
IntelliTool* Tool;
std::vector<LayerObject> layerBundle;
int activeLayer=-1;