Build Assimp from source
This commit is contained in:
BIN
thirdparty/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/euro_frnt_2.tga
vendored
Normal file
BIN
thirdparty/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/euro_frnt_2.tga
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 273 KiB |
BIN
thirdparty/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt.tga
vendored
Normal file
BIN
thirdparty/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt.tga
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 766 KiB |
BIN
thirdparty/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt_v2.md3
vendored
Normal file
BIN
thirdparty/assimp/test/models-nonbsd/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt_v2.md3
vendored
Normal file
Binary file not shown.
@@ -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...!
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
36
thirdparty/assimp/test/models-nonbsd/MD3/q3root/scripts/kt_kubalwagon.shader
vendored
Normal file
36
thirdparty/assimp/test/models-nonbsd/MD3/q3root/scripts/kt_kubalwagon.shader
vendored
Normal 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
|
||||
// }
|
||||
//
|
||||
//
|
||||
//}
|
||||
Reference in New Issue
Block a user