mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Use OpenGL 2.0 shaders for the layer height rendering.
Use OpenGL 2.0 shaders for the print path rendering for performance reasons.
This commit is contained in:
@@ -247,6 +247,9 @@ sub new {
|
||||
);
|
||||
}
|
||||
|
||||
package Slic3r::GUI::_3DScene::GLShader;
|
||||
sub CLONE_SKIP { 1 }
|
||||
|
||||
package Slic3r::GUI::_3DScene::GLVolume::Collection;
|
||||
use overload
|
||||
'@{}' => sub { $_[0]->arrayref },
|
||||
|
||||
Reference in New Issue
Block a user