Test suite
- regression file for LWO - Additional shaders for Q3 MD3 files git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@348 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
2b9461fbf7
commit
ca337852bf
|
@ -0,0 +1,2 @@
|
||||||
|
Regression file.
|
||||||
|
by Tom Speed, see http://groups.google.com/group/bmx3d/browse_thread/thread/36db3b191f81be36
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 274 KiB |
Before Width: | Height: | Size: 768 KiB After Width: | Height: | Size: 768 KiB |
|
@ -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…
Reference in New Issue