Skip to content

Commit e2e97cd

Browse files
authored
Merge branch 'master' into sw/avx10
2 parents 06bd0e1 + f03a7c7 commit e2e97cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kernels/geometry/triangle.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
namespace embree
99
{
1010
/* Precalculated representation for M triangles. Stores for each
11-
triangle a base vertex, two edges, and the geometry normal to
12-
speed up intersection calculations */
11+
triangle a base vertex and two edges to speed up intersection
12+
calculations */
1313
template<int M>
1414
struct TriangleM
1515
{

0 commit comments

Comments
 (0)