Build Assimp from source

This commit is contained in:
Dane Johnson
2021-03-15 13:46:19 -05:00
parent b7a83a2876
commit a41fcbe7f4
2126 changed files with 1385127 additions and 40 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 KiB

View File

@@ -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...!
--------------------------------------------------------------------------

View File

@@ -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
// }
//
//
//}