diff options
author | sanine <sanine.not@pm.me> | 2022-03-04 10:47:15 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-03-04 10:47:15 -0600 |
commit | 058f98a63658dc1a2579826ba167fd61bed1e21f (patch) | |
tree | bcba07a1615a14d943f3af3f815a42f3be86b2f3 /src/mesh/assimp-master/test/models/PLY/cube.ply | |
parent | 2f8028ac9e0812cb6f3cbb08f0f419e4e717bd22 (diff) |
add assimp submodule
Diffstat (limited to 'src/mesh/assimp-master/test/models/PLY/cube.ply')
-rw-r--r-- | src/mesh/assimp-master/test/models/PLY/cube.ply | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mesh/assimp-master/test/models/PLY/cube.ply b/src/mesh/assimp-master/test/models/PLY/cube.ply new file mode 100644 index 0000000..40f5567 --- /dev/null +++ b/src/mesh/assimp-master/test/models/PLY/cube.ply @@ -0,0 +1,23 @@ +ply +format ascii 1.0 +element vertex 8 +property float32 x +property float32 y +property float32 z +element face 6 +property list uint8 int32 vertex_index +end_header +0 0 0 +0 0 1 +0 1 1 +0 1 0 +1 0 0 +1 0 1 +1 1 1 +1 1 0 +4 0 1 2 3 +4 7 6 5 4 +4 0 4 5 1 +4 1 5 6 2 +4 2 6 7 3 +4 3 7 4 0 |