mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
* Adjustment: Initial CMake reworking.
This commit is contained in:
parent
516163fd5d
commit
d7cdf54661
5394 changed files with 2615532 additions and 8711 deletions
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 768 KiB |
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...!
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
|
@ -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
|
||||
// }
|
||||
//
|
||||
//
|
||||
//}
|
||||
Loading…
Add table
Add a link
Reference in a new issue