start using jobs

This commit is contained in:
Filip Sykala 2021-12-14 19:13:33 +01:00
parent 5464b650d1
commit 27bae18aab
7 changed files with 60 additions and 325 deletions

View file

@ -132,9 +132,6 @@ private:
FontProp m_font_prop;
TriangleMesh m_default_mesh; // when add new text this shape is used
// thread to process object on change text
std::unique_ptr<EmbossJob> m_job;
// actual volume
ModelVolume *m_volume;
@ -180,10 +177,10 @@ private:
TextConfiguration cfg,
ModelVolumeType type,
size_t object_idx);
static void update_emboss_volume(TriangleMesh && mesh,
std::string name,
TextConfiguration cfg,
ModelVolume * volume);
static void update_emboss_volume(TriangleMesh && mesh,
const std::string & name,
const TextConfiguration &cfg,
ModelVolume * volume);
// only temporary solution
static const std::string M_ICON_FILENAME;