-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
793ed4b
commit a359b65
Showing
1 changed file
with
19 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,19 @@ | ||
ply | ||
format ascii 1.0 | ||
element vertex 4 | ||
property float x | ||
property float y | ||
property float z | ||
property uchar red | ||
property uchar green | ||
property uchar blue | ||
property uchar alpha | ||
element face 2 | ||
property list uchar int vertex_indices | ||
end_header | ||
4.23607 0 1.61803 255 0 0 255 | ||
2.61803 2.61803 2.61803 0 255 0 0 | ||
0 1.61803 4.23607 0 0 255 128 | ||
0 -1.61803 4.23607 255 255 255 128 | ||
3 0 1 2 | ||
3 1 2 3 |