Commit 00ad9737 by Philipp Adolf

Disable update for draw

parent ad7af166
......@@ -1341,6 +1341,7 @@ bool removeVertex(QVector<Vertex> &vertices, const Vertex &vertex) {
QVector3D Subdivision::updateIrregularVertexForDraw(Vertex currentCorner, QVector<Triangle> neighboring_triangles) {
QVector<Vertex> surroundingVertex;
return currentCorner.pos;
surroundingVertex = getAllVertices(neighboring_triangles);
bool removed = removeVertex(surroundingVertex, currentCorner);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment