-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[algorithms] countVerticesToDuplicateByWedgeTexCoords function
- Loading branch information
1 parent
ef5b587
commit 62838cc
Showing
3 changed files
with
206 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
ply | ||
format ascii 1.0 | ||
comment TextureFile TextureDouble_A.png | ||
comment TextureFile TextureDouble_B.png | ||
element vertex 8 | ||
property float x | ||
property float y | ||
property float z | ||
element face 12 | ||
property list uchar int vertex_indices | ||
property list uchar float texcoord | ||
property int texnumber | ||
end_header | ||
0 0 0 | ||
1 0 0 | ||
0 1 0 | ||
1 1 0 | ||
0 0 1 | ||
1 0 1 | ||
0 1 1 | ||
1 1 1 | ||
3 2 1 0 6 0.5 1 0 0.5 0.5 0.5 1 | ||
3 1 2 3 6 0 0.5 0.5 1 0 1 1 | ||
3 4 2 0 6 0.5 0 1 0.5 0.5 0.5 1 | ||
3 2 4 6 6 1 0.5 0.5 0 1 0 1 | ||
3 1 4 0 6 0 0.5 0.5 0 0.5 0.5 1 | ||
3 4 1 5 6 0.5 0 0 0.5 0 0 1 | ||
3 6 5 7 6 0 0.5 0.5 0 0.5 0.5 0 | ||
3 5 6 4 6 0.5 0 0 0.5 0 0 0 | ||
3 3 6 7 6 0.5 1 0 0.5 0.5 0.5 0 | ||
3 6 3 2 6 0 0.5 0.5 1 0 1 0 | ||
3 5 3 7 6 0.5 0 1 0.5 0.5 0.5 0 | ||
3 3 5 1 6 1 0.5 0.5 0 1 0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters