]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - scripts/vehicles.shader
Merge remote-tracking branch 'origin/master' into samual/update_effects_tab
[xonotic/xonotic-data.pk3dir.git] / scripts / vehicles.shader
1 spiderbot
2 {
3         dpreflectcube cubemaps/default/sky
4         {
5                 map textures/spiderbot.tga
6                 rgbgen lightingDiffuse
7         }
8 }
9 wakazachi
10 {
11         dpreflectcube cubemaps/default/sky
12         {
13                 map textures/wakazachi.tga
14                 rgbgen lightingDiffuse
15         }
16 }
17 cockpit
18 {
19         dpreflectcube cubemaps/default/sky
20         {
21                 map textures/cockpit.tga
22                 rgbgen lightingDiffuse
23         }
24 }
25 vehicles/tracercore
26 {
27         surfaceparm nonsolid
28         surfaceparm nolightmap
29         deformVertexes autosprite
30         {
31         map models/vehicles/tracercore.tga
32                 blendfunc add
33                 rgbGen lightingDiffuse
34         }
35         }
36 vehicles/tracertrail
37 {
38         surfaceparm nonsolid
39         surfaceparm nolightmap
40         cull none
41         deformVertexes autosprite2
42         {
43                 map models/vehicles/tracertrail.tga
44                 blendfunc GL_SRC_ALPHA GL_ONE
45                 rgbGen lightingDiffuse
46         }
47 }
48