Skip to content

Commit

Permalink
Triangle now has tangent vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed May 4, 2015
1 parent 4353e2d commit 4a22b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlib/geometry/triangle.d
Expand Up @@ -42,6 +42,7 @@ struct Triangle
Vector3f[3] n;
Vector2f[3] t1;
Vector2f[3] t2;
Vector3f[3] tg;

Vector3f[3] edges;
Vector3f normal;
Expand Down

0 comments on commit 4a22b10

Please sign in to comment.