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-nonbsd/B3D/axe.jpg | Bin 0 -> 65191 bytes .../assimp/test/models-nonbsd/B3D/dwarf.source.txt | 51 +++++++++++++++++++++ libs/assimp/test/models-nonbsd/B3D/dwarf2.b3d | Bin 0 -> 324193 bytes libs/assimp/test/models-nonbsd/B3D/dwarf2.jpg | Bin 0 -> 83046 bytes .../test/models-nonbsd/B3D/turtle.source.txt | 11 +++++ libs/assimp/test/models-nonbsd/B3D/turtle1.b3d | Bin 0 -> 53577 bytes libs/assimp/test/models-nonbsd/B3D/turtle1.png | Bin 0 -> 270905 bytes 7 files changed, 62 insertions(+) create mode 100644 libs/assimp/test/models-nonbsd/B3D/axe.jpg create mode 100644 libs/assimp/test/models-nonbsd/B3D/dwarf.source.txt create mode 100644 libs/assimp/test/models-nonbsd/B3D/dwarf2.b3d create mode 100644 libs/assimp/test/models-nonbsd/B3D/dwarf2.jpg create mode 100644 libs/assimp/test/models-nonbsd/B3D/turtle.source.txt create mode 100644 libs/assimp/test/models-nonbsd/B3D/turtle1.b3d create mode 100644 libs/assimp/test/models-nonbsd/B3D/turtle1.png (limited to 'libs/assimp/test/models-nonbsd/B3D') diff --git a/libs/assimp/test/models-nonbsd/B3D/axe.jpg b/libs/assimp/test/models-nonbsd/B3D/axe.jpg new file mode 100644 index 0000000..ba14ae0 Binary files /dev/null and b/libs/assimp/test/models-nonbsd/B3D/axe.jpg differ diff --git a/libs/assimp/test/models-nonbsd/B3D/dwarf.source.txt b/libs/assimp/test/models-nonbsd/B3D/dwarf.source.txt new file mode 100644 index 0000000..1a0040f --- /dev/null +++ b/libs/assimp/test/models-nonbsd/B3D/dwarf.source.txt @@ -0,0 +1,51 @@ +Dwarf lowpoly model Pack +Copyright 2004, Psionic Design +e-mail: psionic@blueyonder.co.uk +Used with permission. + + +INSTALLATION INSTRUCTIONS: + +To install, simply unzip to your hard drive with the "Use Folder Names" option turned on. And that's it you're ready to go! + + + +USAGE INFORMATION: + +Each zip contains the models, textures and animation info for that particular format! + +Please Read the "animationinfo.txt" file included in each zip for the exact frames of animation to use + +Credits to me "Psionic" are really appreciated but are not essential ;-) + +Any questions, screenshots of him in use etc drop by my site or email me at:- + +website: http://www.psionic3d.co.uk +email: psionic@blueyonder.co.uk + + + + +WHAT'S INCLUDED IN THE ZIP: + +ReadMe.txt - This file +b3d.zip - Blitz 3D Format models and textures +ms3d.zip - Milkshape 3D Format models and textures +x.zip - DarkBasic Direct X 8 Format models and textures + + + +RESTRICTIONS: + +This model pack is available for use in freeware, shareware, commercial games/software with the following restrictions:- + +**You may not sell/re-sell this model pack or claim it as your own. +***You may not redistribute this pack in some other model pack through a website or on a compilation CD of any kind, without my written consent. + + +Psi +http://www.psionic3d.co.uk + + + + diff --git a/libs/assimp/test/models-nonbsd/B3D/dwarf2.b3d b/libs/assimp/test/models-nonbsd/B3D/dwarf2.b3d new file mode 100644 index 0000000..954f02b Binary files /dev/null and b/libs/assimp/test/models-nonbsd/B3D/dwarf2.b3d differ diff --git a/libs/assimp/test/models-nonbsd/B3D/dwarf2.jpg b/libs/assimp/test/models-nonbsd/B3D/dwarf2.jpg new file mode 100644 index 0000000..cf54b06 Binary files /dev/null and b/libs/assimp/test/models-nonbsd/B3D/dwarf2.jpg differ diff --git a/libs/assimp/test/models-nonbsd/B3D/turtle.source.txt b/libs/assimp/test/models-nonbsd/B3D/turtle.source.txt new file mode 100644 index 0000000..cd93aa3 --- /dev/null +++ b/libs/assimp/test/models-nonbsd/B3D/turtle.source.txt @@ -0,0 +1,11 @@ +turtle1.b3d +Copyright 2004, Psionic Design +e-mail: psionic@blueyonder.co.uk +Used with permission. + +RESTRICTIONS: + +This model pack is available for use in freeware, shareware, commercial games/software with the following restrictions:- + +**You may not sell/re-sell this model pack or claim it as your own. +***You may not redistribute this pack in some other model pack through a website or on a compilation CD of any kind, without my written consent. diff --git a/libs/assimp/test/models-nonbsd/B3D/turtle1.b3d b/libs/assimp/test/models-nonbsd/B3D/turtle1.b3d new file mode 100644 index 0000000..7232041 Binary files /dev/null and b/libs/assimp/test/models-nonbsd/B3D/turtle1.b3d differ diff --git a/libs/assimp/test/models-nonbsd/B3D/turtle1.png b/libs/assimp/test/models-nonbsd/B3D/turtle1.png new file mode 100644 index 0000000..42c43db Binary files /dev/null and b/libs/assimp/test/models-nonbsd/B3D/turtle1.png differ -- cgit v1.2.1