Do not use RaycastManager inside job

Separate Jobs for Creation of volume from creation of Object
This commit is contained in:
Filip Sykala 2022-03-08 19:15:56 +01:00
parent 3b55de7e0b
commit e8cfe35f78
6 changed files with 354 additions and 221 deletions

View file

@ -81,6 +81,8 @@ private:
static FontList create_default_font_list();
void set_default_text();
bool start_volume_creation(ModelVolumeType volume_type, const Vec2d &screen_coor);
void check_selection();
// more general function --> move to select
ModelVolume *get_selected_volume();