mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Another refactoring in GCodeViewer::load_toolpaths()
This commit is contained in:
@@ -20,6 +20,7 @@ namespace GUI {
|
||||
class GCodeViewer
|
||||
{
|
||||
using Color = std::array<float, 3>;
|
||||
using VertexBuffer = std::vector<float>;
|
||||
using IndexBuffer = std::vector<unsigned int>;
|
||||
using MultiIndexBuffer = std::vector<IndexBuffer>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user