Skip to content

Commit 520225f

Browse files
authored
Fix comment in triangle.h
1 parent 7ba9359 commit 520225f

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)