mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 13:17:54 -06:00
Very basic implementation of 3D preview - install Wx::GLCanvas to get it working
This commit is contained in:
parent
228c84ddc1
commit
5c74fd095b
7 changed files with 221 additions and 149 deletions
|
@ -10,11 +10,12 @@ use Slic3r::GUI::Plater;
|
|||
use Slic3r::GUI::Plater::ObjectDialog;
|
||||
use Slic3r::GUI::Preferences;
|
||||
use Slic3r::GUI::OptionsGroup;
|
||||
use Slic3r::GUI::PreviewCanvas;
|
||||
use Slic3r::GUI::SkeinPanel;
|
||||
use Slic3r::GUI::SimpleTab;
|
||||
use Slic3r::GUI::Tab;
|
||||
|
||||
our $have_OpenGL = eval "use Slic3r::GUI::PreviewCanvas; 1";
|
||||
|
||||
use Wx 0.9901 qw(:bitmap :dialog :frame :icon :id :misc :systemsettings :toplevelwindow);
|
||||
use Wx::Event qw(EVT_CLOSE EVT_MENU);
|
||||
use base 'Wx::App';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue