X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=scripts%2Fvehicles.shader;h=2d4d606752fc7f79cb8b72a068b62368a9cbc68e;hb=b53960316e8d372138601c2198e49f5f526b9f6c;hp=9ef9f1940ffbbf425084bc5017c2e08b9eee2581;hpb=86e3c512563df079ecf44bc2e4d118f3caa7ea41;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/scripts/vehicles.shader b/scripts/vehicles.shader index 9ef9f1940..2d4d60675 100644 --- a/scripts/vehicles.shader +++ b/scripts/vehicles.shader @@ -21,4 +21,28 @@ cockpit map textures/cockpit.tga rgbgen lightingDiffuse } -} \ No newline at end of file +} +vehicles/tracercore +{ + surfaceparm nonsolid + surfaceparm nolightmap + deformVertexes autosprite + { + map models/vehicles/tracercore.tga + blendfunc add + rgbGen lightingDiffuse + } + } +vehicles/tracertrail +{ + surfaceparm nonsolid + surfaceparm nolightmap + cull none + deformVertexes autosprite2 + { + map models/vehicles/tracertrail.tga + blendfunc GL_SRC_ALPHA GL_ONE + rgbGen lightingDiffuse + } +} +