Skip to content

Commit

Permalink
All faces are now coherently orientated
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDouillet committed Aug 28, 2023
1 parent 4ace314 commit e44eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_triangle.m
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@

T(row_idx,:) = [i i+1 i+row_length];
row_idx = row_idx + 1;
T(row_idx,:) = [i i+1 i-row_length]; % + upside-down triangles serie
T(row_idx,:) = [i i-row_length i+1]; % + upside-down triangles serie
row_idx = row_idx + 1;

i = i +1;
Expand Down

0 comments on commit e44eb64

Please sign in to comment.