Commit 7a757ec4 by Philipp Adolf

Add 'se' variable to precomputeTables

parent 5de98145
......@@ -149,6 +149,9 @@ Subdivision::Tables Subdivision::precomputeTables(Input input) {
QVector<Vertex> vb = input.vertex_buffer;
qCDebug(log_subdiv_trace) << "Vertex Buffer: " << vb;
QMap<Edge,unsigned int> se = input.sharp_edges;
qCDebug(log_subdiv_trace) << "Sharp Edges: " << se.size() << " found.";
QTime subTimer;
subTimer.start();
QVector<Triangle> triangles;
......
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