summaryrefslogtreecommitdiff
path: root/libs/assimp/test/models-nonbsd/MD3
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
committersanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
commitf1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch)
treeab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/assimp/test/models-nonbsd/MD3
parentf567ea1e2798fd3156a416e61f083ea3e6b95719 (diff)
switch to tinyobj and nanovg from assimp and cairo
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.tgabin280115 -> 0 bytes
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt.tgabin786450 -> 0 bytes
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt_v2.md3bin20428 -> 0 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.tgabin98322 -> 0 bytes
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/watercan.md3bin2748 -> 0 bytes
-rw-r--r--libs/assimp/test/models-nonbsd/MD3/watercan_dmg.md3bin2940 -> 0 bytes
9 files changed, 0 insertions, 88 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
deleted file mode 100644
index 47ff6d6..0000000
--- a/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/euro_frnt_2.tga
+++ /dev/null
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
deleted file mode 100644
index 0621ca3..0000000
--- a/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt.tga
+++ /dev/null
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
deleted file mode 100644
index 22d9ac9..0000000
--- a/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt_v2.md3
+++ /dev/null
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
deleted file mode 100644
index 54fbcbd..0000000
--- a/libs/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/readme_kubalwagon.txt
+++ /dev/null
@@ -1,26 +0,0 @@
--------------------------------------------------------------------------
-
-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
deleted file mode 100644
index b03c8bc..0000000
--- a/libs/assimp/test/models-nonbsd/MD3/q3root/scripts/kt_kubalwagon.shader
+++ /dev/null
@@ -1,36 +0,0 @@
-//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
deleted file mode 100644
index c534626..0000000
--- a/libs/assimp/test/models-nonbsd/MD3/readme_water.txt
+++ /dev/null
@@ -1,26 +0,0 @@
--------------------------------------------------------------------------
-
-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
deleted file mode 100644
index 0d7a1cb..0000000
--- a/libs/assimp/test/models-nonbsd/MD3/water_can.tga
+++ /dev/null
Binary files differ
diff --git a/libs/assimp/test/models-nonbsd/MD3/watercan.md3 b/libs/assimp/test/models-nonbsd/MD3/watercan.md3
deleted file mode 100644
index 7d112e8..0000000
--- a/libs/assimp/test/models-nonbsd/MD3/watercan.md3
+++ /dev/null
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
deleted file mode 100644
index cbfd8cc..0000000
--- a/libs/assimp/test/models-nonbsd/MD3/watercan_dmg.md3
+++ /dev/null
Binary files differ