From 058f98a63658dc1a2579826ba167fd61bed1e21f Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 4 Mar 2022 10:47:15 -0600 Subject: add assimp submodule --- .../assimp-master/test/models/M3D/WusonBlitz0.m3d | Bin 0 -> 29223 bytes .../assimp-master/test/models/M3D/WusonBlitz1.m3d | Bin 0 -> 35058 bytes .../assimp-master/test/models/M3D/WusonBlitz2.m3d | Bin 0 -> 42228 bytes .../assimp-master/test/models/M3D/cube_normals.m3d | Bin 0 -> 156 bytes .../assimp-master/test/models/M3D/cube_usemtl.m3d | Bin 0 -> 249 bytes .../test/models/M3D/cube_with_vertexcolors.a3d | 33 +++++++++++++++++++++ .../test/models/M3D/cube_with_vertexcolors.m3d | Bin 0 -> 228 bytes src/mesh/assimp-master/test/models/M3D/suzanne.m3d | Bin 0 -> 11645 bytes 8 files changed, 33 insertions(+) create mode 100644 src/mesh/assimp-master/test/models/M3D/WusonBlitz0.m3d create mode 100644 src/mesh/assimp-master/test/models/M3D/WusonBlitz1.m3d create mode 100644 src/mesh/assimp-master/test/models/M3D/WusonBlitz2.m3d create mode 100644 src/mesh/assimp-master/test/models/M3D/cube_normals.m3d create mode 100644 src/mesh/assimp-master/test/models/M3D/cube_usemtl.m3d create mode 100644 src/mesh/assimp-master/test/models/M3D/cube_with_vertexcolors.a3d create mode 100644 src/mesh/assimp-master/test/models/M3D/cube_with_vertexcolors.m3d create mode 100644 src/mesh/assimp-master/test/models/M3D/suzanne.m3d (limited to 'src/mesh/assimp-master/test/models/M3D') diff --git a/src/mesh/assimp-master/test/models/M3D/WusonBlitz0.m3d b/src/mesh/assimp-master/test/models/M3D/WusonBlitz0.m3d new file mode 100644 index 0000000..29a397b Binary files /dev/null and b/src/mesh/assimp-master/test/models/M3D/WusonBlitz0.m3d differ diff --git a/src/mesh/assimp-master/test/models/M3D/WusonBlitz1.m3d b/src/mesh/assimp-master/test/models/M3D/WusonBlitz1.m3d new file mode 100644 index 0000000..3661252 Binary files /dev/null and b/src/mesh/assimp-master/test/models/M3D/WusonBlitz1.m3d differ diff --git a/src/mesh/assimp-master/test/models/M3D/WusonBlitz2.m3d b/src/mesh/assimp-master/test/models/M3D/WusonBlitz2.m3d new file mode 100644 index 0000000..6828768 Binary files /dev/null and b/src/mesh/assimp-master/test/models/M3D/WusonBlitz2.m3d differ diff --git a/src/mesh/assimp-master/test/models/M3D/cube_normals.m3d b/src/mesh/assimp-master/test/models/M3D/cube_normals.m3d new file mode 100644 index 0000000..ec4e4ae Binary files /dev/null and b/src/mesh/assimp-master/test/models/M3D/cube_normals.m3d differ diff --git a/src/mesh/assimp-master/test/models/M3D/cube_usemtl.m3d b/src/mesh/assimp-master/test/models/M3D/cube_usemtl.m3d new file mode 100644 index 0000000..e3f0b79 Binary files /dev/null and b/src/mesh/assimp-master/test/models/M3D/cube_usemtl.m3d differ diff --git a/src/mesh/assimp-master/test/models/M3D/cube_with_vertexcolors.a3d b/src/mesh/assimp-master/test/models/M3D/cube_with_vertexcolors.a3d new file mode 100644 index 0000000..55fe5a3 --- /dev/null +++ b/src/mesh/assimp-master/test/models/M3D/cube_with_vertexcolors.a3d @@ -0,0 +1,33 @@ +3dmodel 1 +cube_with_vertexcolors.obj +MIT +bzt +comment + +Vertex +0 0 0 1 #ff786d7b +0 0 -1 1 +1 1 0 1 #ff320a4d +1 0 0 1 #ff19c718 +0 1 0 1 #ff2c0004 +-1 0 0 1 +0 1 1 1 #ff0a00df +0 0 1 1 #ff790018 +1 1 1 1 #ffc70017 +1 0 1 1 #ff380a7b +0 -1 0 1 + +Mesh +0//1 2//1 3//1 +0//1 4//1 2//1 +0//5 6//5 4//5 +0//5 7//5 6//5 +4//4 8//4 2//4 +4//4 6//4 8//4 +3//3 2//3 8//3 +3//3 8//3 9//3 +0//10 3//10 9//10 +0//10 9//10 7//10 +7//7 9//7 8//7 +7//7 8//7 6//7 + diff --git a/src/mesh/assimp-master/test/models/M3D/cube_with_vertexcolors.m3d b/src/mesh/assimp-master/test/models/M3D/cube_with_vertexcolors.m3d new file mode 100644 index 0000000..598de4e Binary files /dev/null and b/src/mesh/assimp-master/test/models/M3D/cube_with_vertexcolors.m3d differ diff --git a/src/mesh/assimp-master/test/models/M3D/suzanne.m3d b/src/mesh/assimp-master/test/models/M3D/suzanne.m3d new file mode 100644 index 0000000..9bc64d7 Binary files /dev/null and b/src/mesh/assimp-master/test/models/M3D/suzanne.m3d differ -- cgit v1.2.1