Commit b8cbc3d1 by Philipp Adolf

Merge branch '15-benutze-neighbors-map-in-getpatchindexbuffer' into 'patchRender'

Rewrite getPatchIndexBuffer Closes #15 See merge request !6
parents b4a91fe7 14249461
...@@ -70,7 +70,7 @@ private: ...@@ -70,7 +70,7 @@ private:
QVector<unsigned int> patchIBToTriangleIB(QVector<unsigned int> ib); QVector<unsigned int> patchIBToTriangleIB(QVector<unsigned int> ib);
QVector<unsigned int> getPatchIndexBuffer(QVector<unsigned int> ib_regular, QVector<unsigned int> ib_irregular, QVector<Vertex> vb); void getPatchIndexBuffer(QVector<Triangle> &triangles, QMap<Triangle, Triangle::Neighbors> &neighbors, QVector<unsigned int> &patch_ib);
}; };
#endif #endif
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