mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Background rendering moved to c++
This commit is contained in:
parent
bf7b9eb3e7
commit
0f035d0bae
8 changed files with 105 additions and 42 deletions
|
@ -1923,6 +1923,11 @@ void _3DScene::select_view(wxGLCanvas* canvas, const std::string& direction)
|
|||
s_canvas_mgr.select_view(canvas, direction);
|
||||
}
|
||||
|
||||
void _3DScene::render_background(wxGLCanvas* canvas)
|
||||
{
|
||||
s_canvas_mgr.render_background(canvas);
|
||||
}
|
||||
|
||||
void _3DScene::render_bed(wxGLCanvas* canvas)
|
||||
{
|
||||
s_canvas_mgr.render_bed(canvas);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue