summaryrefslogtreecommitdiff
path: root/libs/assimp/test/models-nonbsd/MD3
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:09 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:09 -0500
commitdb81b925d776103326128bf629cbdda576a223e7 (patch)
tree58bea8155c686733310009f6bed7363f91fbeb9d /libs/assimp/test/models-nonbsd/MD3
parent55860037b14fb3893ba21cf2654c83d349cc1082 (diff)
move 3rd-party librarys into libs/ and add built-in honeysuckle
Diffstat (limited to 'libs/assimp/test/models-nonbsd/MD3')
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/euro_frnt_2.tgabin0 -> 280115 bytes
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt.tgabin0 -> 786450 bytes
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt_v2.md3bin0 -> 20428 bytes
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/readme_kubalwagon.txt26
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/q3root/scripts/kt_kubalwagon.shader36
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/readme_water.txt26
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/water_can.tgabin0 -> 98322 bytes
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/watercan.md3bin0 -> 2748 bytes
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/watercan_dmg.md3bin0 -> 2940 bytes
9 files changed, 88 insertions, 0 deletions
diff --git a/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/euro_frnt_2.tga b/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/euro_frnt_2.tga
new file mode 100644
index 0000000..47ff6d6
--- /dev/null
+++ b/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/euro_frnt_2.tga
Binary files differ
diff --git a/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt.tga b/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt.tga
new file mode 100644
index 0000000..0621ca3
--- /dev/null
+++ b/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt.tga
Binary files differ
diff --git a/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt_v2.md3 b/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt_v2.md3
new file mode 100644
index 0000000..22d9ac9
--- /dev/null
+++ b/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt_v2.md3
Binary files differ
diff --git a/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/readme_kubalwagon.txt b/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/readme_kubalwagon.txt
new file mode 100644
index 0000000..54fbcbd
--- /dev/null
+++ b/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/readme_kubalwagon.txt
@@ -0,0 +1,26 @@
+-------------------------------------------------------------------------
+
+TITLE : kt_kubalwagon
+AUTHOR : ken 'kat' beyer
+EMAIL ADDRESS : cpdt@telinco.co.uk
+HOMEPAGE URL : http://www.quake3bits.co.uk
+NUMBER OF MODELS : 1
+SHADER SCRIPTS : yes - included
+
+------------------
+* MODEL NAME/s *
+[model details below]
+european_fnt_v2.md3
+
+euro_rnt_2.tga (alpha'd steering wheel)
+european_fnt.tga
+
+
+------------------
+
+CREDITS
+ID software, eskimo roll, EMSIPE, QkenneyQ
+DISTRIBUTION
+as long as this readme is included...!
+
+--------------------------------------------------------------------------
diff --git a/libs/assimp/test/models-nonbsd/MD3/q3root/scripts/kt_kubalwagon.shader b/libs/assimp/test/models-nonbsd/MD3/q3root/scripts/kt_kubalwagon.shader
new file mode 100644
index 0000000..b03c8bc
--- /dev/null
+++ b/libs/assimp/test/models-nonbsd/MD3/q3root/scripts/kt_kubalwagon.shader
@@ -0,0 +1,36 @@
+//KubalWagon - texture 'culled' so the mudguard and Steering wheel
+//have a visible underside
+
+// --- modified textures so now only applied to smaller tga --- //
+
+models/mapobjects/kt_kubalwagon/euro_frnt_2
+{
+ cull disable
+// surfaceparm playerclip
+
+ {
+ map models/mapobjects/kt_kubalwagon/euro_frnt_2.tga
+ alphaFunc GE128
+ depthWrite
+ rgbGen vertex
+ }
+
+
+}
+
+// --- ORIGINAL SCRIPT --- //
+
+//models/mapobjects/kt_kubalwagon/european_fnt
+//{
+// cull disable
+// surfaceparm playerclip
+//
+// {
+// map models/mapobjects/kt_kubalwagon/european_fnt.tga
+// alphaFunc GE128
+// depthWrite
+// rgbGen vertex
+// }
+//
+//
+//} \ No newline at end of file
diff --git a/libs/assimp/test/models-nonbsd/MD3/readme_water.txt b/libs/assimp/test/models-nonbsd/MD3/readme_water.txt
new file mode 100644
index 0000000..c534626
--- /dev/null
+++ b/libs/assimp/test/models-nonbsd/MD3/readme_water.txt
@@ -0,0 +1,26 @@
+-------------------------------------------------------------------------
+
+TITLE : kt_watercan
+AUTHOR : ken 'kat' beyer
+EMAIL ADDRESS : cpdt@telinco.co.uk
+HOMEPAGE URL : http://www.quake3bits.co.uk
+NUMBER OF MODELS : 2
+SHADER SCRIPTS : n/a
+
+------------------
+* MODEL NAME/s *
+[model details below]
+watercan.md3
+watercan_dmg.md3 (dmg='damaged')
+
+water_can.tga 256x128
+
+
+------------------
+
+CREDITS
+ID software, eskimo roll, EMSIPE, QkenneyQ
+DISTRIBUTION
+as long as this readme is included...!
+
+--------------------------------------------------------------------------
diff --git a/libs/assimp/test/models-nonbsd/MD3/water_can.tga b/libs/assimp/test/models-nonbsd/MD3/water_can.tga
new file mode 100644
index 0000000..0d7a1cb
--- /dev/null
+++ b/libs/assimp/test/models-nonbsd/MD3/water_can.tga
Binary files differ
diff --git a/libs/assimp/test/models-nonbsd/MD3/watercan.md3 b/libs/assimp/test/models-nonbsd/MD3/watercan.md3
new file mode 100644
index 0000000..7d112e8
--- /dev/null
+++ b/libs/assimp/test/models-nonbsd/MD3/watercan.md3
Binary files differ
diff --git a/libs/assimp/test/models-nonbsd/MD3/watercan_dmg.md3 b/libs/assimp/test/models-nonbsd/MD3/watercan_dmg.md3
new file mode 100644
index 0000000..cbfd8cc
--- /dev/null
+++ b/libs/assimp/test/models-nonbsd/MD3/watercan_dmg.md3
Binary files differ