From 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 16 Apr 2022 11:55:54 -0500 Subject: delete src/mesh/assimp-master --- src/mesh/assimp-master/test/models/PLY/points.ply | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/mesh/assimp-master/test/models/PLY/points.ply (limited to 'src/mesh/assimp-master/test/models/PLY/points.ply') diff --git a/src/mesh/assimp-master/test/models/PLY/points.ply b/src/mesh/assimp-master/test/models/PLY/points.ply deleted file mode 100644 index 91f4bb8..0000000 --- a/src/mesh/assimp-master/test/models/PLY/points.ply +++ /dev/null @@ -1,17 +0,0 @@ -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 float nx -property float ny -property float nz -end_header -0.0 0.0 0.0 255 255 255 0.0 1.0 0.0 -0.0 0.0 1.0 255 0 255 0.0 0.0 1.0 -0.0 1.0 0.0 255 255 0 1.0 0.0 0.0 -0.0 1.0 1.0 0 255 255 1.0 1.0 0.0 -- cgit v1.2.1