File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1110.x.x.x (relative to 10.4.x.x)
22========
33
4+ Features
5+ --------
6+
7+ - MeshAlgo :
8+ - Added new algorithms for computing mesh normals : `calculateUniformNormals()`, `calculateVertexNormals()` and `calculateFaceVaryingNormals()`.
9+ - Added `correspondingFaceVertices()` method.
10+
411Improvements
512------------
613
@@ -10,6 +17,7 @@ Improvements
1017 - Improved accuracy.
1118 - Improved performance.
1219- MeshAlgo `triangulate()` : Improved performance.
20+ - MeshAlgo `connectedVertices()` : Improved performance.
1321
1422Fixes
1523-----
2028- TriangleAlgo :
2129 - `triangleClosestBarycentric()` : Fixed numerical precision bug.
2230 - `triangleContainsPoint()` : Fixed handling of zero-area triangles.
31+ - PolygonVertexIterator : Fixed to use `std::iterator_traits` so that raw pointers are supported.
2332
2433Breaking Changes
2534----------------
You can’t perform that action at this time.
0 commit comments