Skip to content

Commit 2f057d6

Browse files
committed
Update Changes
1 parent c05e5ad commit 2f057d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
10.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+
411
Improvements
512
------------
613

@@ -10,6 +17,7 @@ Improvements
1017
- Improved accuracy.
1118
- Improved performance.
1219
- MeshAlgo `triangulate()` : Improved performance.
20+
- MeshAlgo `connectedVertices()` : Improved performance.
1321

1422
Fixes
1523
-----
@@ -20,6 +28,7 @@ Fixes
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

2433
Breaking Changes
2534
----------------

0 commit comments

Comments
 (0)