mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 23:32:10 +00:00
Do not create raycaster when loading the gcode preview (#7596)
This commit is contained in:
@@ -439,7 +439,8 @@ public:
|
||||
int obj_idx,
|
||||
const std::vector<int> &instance_idxs,
|
||||
const std::string &color_by,
|
||||
bool opengl_initialized);
|
||||
bool opengl_initialized,
|
||||
bool need_raycaster = true);
|
||||
|
||||
int load_object_volume(
|
||||
const ModelObject *model_object,
|
||||
@@ -449,7 +450,8 @@ public:
|
||||
const std::string &color_by,
|
||||
bool opengl_initialized,
|
||||
bool in_assemble_view = false,
|
||||
bool use_loaded_id = false);
|
||||
bool use_loaded_id = false,
|
||||
bool need_raycaster = true);
|
||||
// Load SLA auxiliary GLVolumes (for support trees or pad).
|
||||
void load_object_auxiliary(
|
||||
const SLAPrintObject *print_object,
|
||||
|
||||
Reference in New Issue
Block a user