X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=scripts%2Fvehicles.shader;h=2d4d606752fc7f79cb8b72a068b62368a9cbc68e;hb=25255db624631282c5e1765efbc9635083bdc532;hp=9ef9f1940ffbbf425084bc5017c2e08b9eee2581;hpb=f33c0651f9c02c6f7f01b76c79d75aca8fc21217;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 + } +} +