mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
Another refactoring in GCodeViewer::load_toolpaths()
This commit is contained in:
parent
83f60a9dd1
commit
77f6606771
3 changed files with 113 additions and 102 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue