From 058f98a63658dc1a2579826ba167fd61bed1e21f Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 4 Mar 2022 10:47:15 -0600 Subject: add assimp submodule --- .../test/models/MD2/faerie-source.txt | 24 +++++++++++++++++++++ src/mesh/assimp-master/test/models/MD2/faerie.md2 | Bin 0 -> 320996 bytes src/mesh/assimp-master/test/models/MD2/faerie2.bmp | Bin 0 -> 43538 bytes .../test/models/MD2/sidney-source.txt | 24 +++++++++++++++++++++ src/mesh/assimp-master/test/models/MD2/sydney.bmp | Bin 0 -> 60522 bytes src/mesh/assimp-master/test/models/MD2/sydney.md2 | Bin 0 -> 302128 bytes 6 files changed, 48 insertions(+) create mode 100644 src/mesh/assimp-master/test/models/MD2/faerie-source.txt create mode 100644 src/mesh/assimp-master/test/models/MD2/faerie.md2 create mode 100644 src/mesh/assimp-master/test/models/MD2/faerie2.bmp create mode 100644 src/mesh/assimp-master/test/models/MD2/sidney-source.txt create mode 100644 src/mesh/assimp-master/test/models/MD2/sydney.bmp create mode 100644 src/mesh/assimp-master/test/models/MD2/sydney.md2 (limited to 'src/mesh/assimp-master/test/models/MD2') diff --git a/src/mesh/assimp-master/test/models/MD2/faerie-source.txt b/src/mesh/assimp-master/test/models/MD2/faerie-source.txt new file mode 100644 index 0000000..afb00a1 --- /dev/null +++ b/src/mesh/assimp-master/test/models/MD2/faerie-source.txt @@ -0,0 +1,24 @@ + +From IRRLICHT/media + + +The Irrlicht Engine License + =========================== + + Copyright (C) 2002-2007 Nikolaus Gebhardt + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgement in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be clearly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. diff --git a/src/mesh/assimp-master/test/models/MD2/faerie.md2 b/src/mesh/assimp-master/test/models/MD2/faerie.md2 new file mode 100644 index 0000000..74ce5a8 Binary files /dev/null and b/src/mesh/assimp-master/test/models/MD2/faerie.md2 differ diff --git a/src/mesh/assimp-master/test/models/MD2/faerie2.bmp b/src/mesh/assimp-master/test/models/MD2/faerie2.bmp new file mode 100644 index 0000000..56a486a Binary files /dev/null and b/src/mesh/assimp-master/test/models/MD2/faerie2.bmp differ diff --git a/src/mesh/assimp-master/test/models/MD2/sidney-source.txt b/src/mesh/assimp-master/test/models/MD2/sidney-source.txt new file mode 100644 index 0000000..afb00a1 --- /dev/null +++ b/src/mesh/assimp-master/test/models/MD2/sidney-source.txt @@ -0,0 +1,24 @@ + +From IRRLICHT/media + + +The Irrlicht Engine License + =========================== + + Copyright (C) 2002-2007 Nikolaus Gebhardt + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgement in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be clearly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. diff --git a/src/mesh/assimp-master/test/models/MD2/sydney.bmp b/src/mesh/assimp-master/test/models/MD2/sydney.bmp new file mode 100644 index 0000000..2f14a5a Binary files /dev/null and b/src/mesh/assimp-master/test/models/MD2/sydney.bmp differ diff --git a/src/mesh/assimp-master/test/models/MD2/sydney.md2 b/src/mesh/assimp-master/test/models/MD2/sydney.md2 new file mode 100644 index 0000000..7d3521d Binary files /dev/null and b/src/mesh/assimp-master/test/models/MD2/sydney.md2 differ -- cgit v1.2.1