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/IRRMesh/1.png | Bin 0 -> 28975 bytes libs/assimp/test/models/IRRMesh/brownground_1-1.jpg | Bin 0 -> 66623 bytes libs/assimp/test/models/IRRMesh/cellar.irrmesh | Bin 0 -> 188818 bytes libs/assimp/test/models/IRRMesh/crackedground_1-6.jpg | Bin 0 -> 41455 bytes libs/assimp/test/models/IRRMesh/credits.txt | 2 ++ libs/assimp/test/models/IRRMesh/spider.irrmesh | Bin 0 -> 293192 bytes .../assimp/test/models/IRRMesh/testFormatDetection.xml | Bin 0 -> 53842 bytes 7 files changed, 2 insertions(+) create mode 100644 libs/assimp/test/models/IRRMesh/1.png create mode 100644 libs/assimp/test/models/IRRMesh/brownground_1-1.jpg create mode 100644 libs/assimp/test/models/IRRMesh/cellar.irrmesh create mode 100644 libs/assimp/test/models/IRRMesh/crackedground_1-6.jpg create mode 100644 libs/assimp/test/models/IRRMesh/credits.txt create mode 100644 libs/assimp/test/models/IRRMesh/spider.irrmesh create mode 100644 libs/assimp/test/models/IRRMesh/testFormatDetection.xml (limited to 'libs/assimp/test/models/IRRMesh') diff --git a/libs/assimp/test/models/IRRMesh/1.png b/libs/assimp/test/models/IRRMesh/1.png new file mode 100644 index 0000000..e720065 Binary files /dev/null and b/libs/assimp/test/models/IRRMesh/1.png differ diff --git a/libs/assimp/test/models/IRRMesh/brownground_1-1.jpg b/libs/assimp/test/models/IRRMesh/brownground_1-1.jpg new file mode 100644 index 0000000..fda7d45 Binary files /dev/null and b/libs/assimp/test/models/IRRMesh/brownground_1-1.jpg differ diff --git a/libs/assimp/test/models/IRRMesh/cellar.irrmesh b/libs/assimp/test/models/IRRMesh/cellar.irrmesh new file mode 100644 index 0000000..d8d3a66 Binary files /dev/null and b/libs/assimp/test/models/IRRMesh/cellar.irrmesh differ diff --git a/libs/assimp/test/models/IRRMesh/crackedground_1-6.jpg b/libs/assimp/test/models/IRRMesh/crackedground_1-6.jpg new file mode 100644 index 0000000..48da577 Binary files /dev/null and b/libs/assimp/test/models/IRRMesh/crackedground_1-6.jpg differ diff --git a/libs/assimp/test/models/IRRMesh/credits.txt b/libs/assimp/test/models/IRRMesh/credits.txt new file mode 100644 index 0000000..5047468 --- /dev/null +++ b/libs/assimp/test/models/IRRMesh/credits.txt @@ -0,0 +1,2 @@ +cellar.irrmesh - From irrlight/irrEdit. Irrlicht/irredit license (which?) +Textures resized to 400*400, improved JPEG compression to make them smaller diff --git a/libs/assimp/test/models/IRRMesh/spider.irrmesh b/libs/assimp/test/models/IRRMesh/spider.irrmesh new file mode 100644 index 0000000..c6ad929 Binary files /dev/null and b/libs/assimp/test/models/IRRMesh/spider.irrmesh differ diff --git a/libs/assimp/test/models/IRRMesh/testFormatDetection.xml b/libs/assimp/test/models/IRRMesh/testFormatDetection.xml new file mode 100644 index 0000000..aa73560 Binary files /dev/null and b/libs/assimp/test/models/IRRMesh/testFormatDetection.xml differ -- cgit v1.2.1