Objects rendering moved to c++

This commit is contained in:
Enrico Turri 2018-05-23 11:14:49 +02:00
parent b4beb7aae9
commit b36243ba10
9 changed files with 192 additions and 55 deletions

View file

@ -31,6 +31,9 @@ sub new {
$self->{model} = $model;
$self->{print} = $print;
$self->{config} = $config;
#==============================================================================================================================
Slic3r::GUI::_3DScene::set_config($self, $config);
#==============================================================================================================================
$self->{on_select_object} = sub {};
$self->{on_instances_moved} = sub {};
$self->{on_wipe_tower_moved} = sub {};