From db81b925d776103326128bf629cbdda576a223e7 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 16 Apr 2022 11:55:09 -0500 Subject: move 3rd-party librarys into libs/ and add built-in honeysuckle --- libs/assimp/test/models/MD2/faerie-source.txt | 24 ++++++++++++++++++++++++ libs/assimp/test/models/MD2/faerie.md2 | Bin 0 -> 320996 bytes libs/assimp/test/models/MD2/faerie2.bmp | Bin 0 -> 43538 bytes libs/assimp/test/models/MD2/sidney-source.txt | 24 ++++++++++++++++++++++++ libs/assimp/test/models/MD2/sydney.bmp | Bin 0 -> 60522 bytes libs/assimp/test/models/MD2/sydney.md2 | Bin 0 -> 302128 bytes 6 files changed, 48 insertions(+) create mode 100644 libs/assimp/test/models/MD2/faerie-source.txt create mode 100644 libs/assimp/test/models/MD2/faerie.md2 create mode 100644 libs/assimp/test/models/MD2/faerie2.bmp create mode 100644 libs/assimp/test/models/MD2/sidney-source.txt create mode 100644 libs/assimp/test/models/MD2/sydney.bmp create mode 100644 libs/assimp/test/models/MD2/sydney.md2 (limited to 'libs/assimp/test/models/MD2') diff --git a/libs/assimp/test/models/MD2/faerie-source.txt b/libs/assimp/test/models/MD2/faerie-source.txt new file mode 100644 index 0000000..afb00a1 --- /dev/null +++ b/libs/assimp/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/libs/assimp/test/models/MD2/faerie.md2 b/libs/assimp/test/models/MD2/faerie.md2 new file mode 100644 index 0000000..74ce5a8 Binary files /dev/null and b/libs/assimp/test/models/MD2/faerie.md2 differ diff --git a/libs/assimp/test/models/MD2/faerie2.bmp b/libs/assimp/test/models/MD2/faerie2.bmp new file mode 100644 index 0000000..56a486a Binary files /dev/null and b/libs/assimp/test/models/MD2/faerie2.bmp differ diff --git a/libs/assimp/test/models/MD2/sidney-source.txt b/libs/assimp/test/models/MD2/sidney-source.txt new file mode 100644 index 0000000..afb00a1 --- /dev/null +++ b/libs/assimp/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/libs/assimp/test/models/MD2/sydney.bmp b/libs/assimp/test/models/MD2/sydney.bmp new file mode 100644 index 0000000..2f14a5a Binary files /dev/null and b/libs/assimp/test/models/MD2/sydney.bmp differ diff --git a/libs/assimp/test/models/MD2/sydney.md2 b/libs/assimp/test/models/MD2/sydney.md2 new file mode 100644 index 0000000..7d3521d Binary files /dev/null and b/libs/assimp/test/models/MD2/sydney.md2 differ -- cgit v1.2.1