mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Removed immediate OpenGL mode calls in place on face gizmo
This commit is contained in:
parent
6e597bb1ee
commit
9c365da828
2 changed files with 27 additions and 21 deletions
|
@ -16,7 +16,8 @@ private:
|
|||
mutable Vec3d m_normal;
|
||||
|
||||
struct PlaneData {
|
||||
std::vector<Vec3d> vertices;
|
||||
std::vector<Vec3d> vertices; // should be in fact local in update_planes()
|
||||
GLIndexedVertexArray vbo;
|
||||
Vec3d normal;
|
||||
float area;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue