Renamed PreviewCanvas to 3DScene

This commit is contained in:
Alessandro Ranellucci 2015-01-09 01:30:04 +01:00
parent 0a62d658d9
commit fb08588007
7 changed files with 11 additions and 11 deletions

View file

@ -86,7 +86,7 @@ sub new {
# right pane with preview canvas
my $canvas;
if ($Slic3r::GUI::have_OpenGL) {
$canvas = $self->{canvas} = Slic3r::GUI::PreviewCanvas->new($self);
$canvas = $self->{canvas} = Slic3r::GUI::3DScene->new($self);
$canvas->enable_cutting(1);
$canvas->load_object($self->{model_object});
$canvas->set_auto_bed_shape;