Commit d9b12745 by Philipp Adolf

temp

parent 9599a99f
......@@ -727,7 +727,7 @@ void Subdivision::updateSharpEdges(const QMap<Edge,unsigned int> &sharp_edges_ol
unsigned int u_old = e.a;
unsigned int v_old = e.b;
unsigned int u_new = old_vertex_to_new_vertex[u_old];
unsigned int v_new = old_vertex_to_new_vertex[v_new];
unsigned int v_new = old_vertex_to_new_vertex[v_old];
unsigned int center = old_edge_to_new_vertex[Edge(u_old,v_old)];
unsigned int sharpness_new = sharpness_old - 1;
......
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