Platform: Base impact decals now flagged to skip dlights.

This commit is contained in:
Marco Cawthorne 2020-10-15 19:36:28 +02:00
parent 074e1cc120
commit 63d36cc677
5 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{ {
polygonOffset 1 polygonOffset 1
surfaceParm nodlight
{ {
program unlit program unlit
map "textures/decals/impact_default.tga" map "textures/decals/impact_default.tga"

View file

@ -1,5 +1,6 @@
{ {
polygonOffset 1 polygonOffset 1
surfaceParm nodlight
{ {
program unlit program unlit
map "textures/decals/impact_glass.tga" map "textures/decals/impact_glass.tga"

View file

@ -1,5 +1,6 @@
{ {
polygonOffset 1 polygonOffset 1
surfaceParm nodlight
{ {
program unlit program unlit
map "textures/decals/impact_metal.tga" map "textures/decals/impact_metal.tga"

View file

@ -1,5 +1,6 @@
{ {
polygonOffset 1 polygonOffset 1
surfaceParm nodlight
{ {
program unlit program unlit
map "textures/decals/impact_tile.tga" map "textures/decals/impact_tile.tga"

View file

@ -1,5 +1,6 @@
{ {
polygonOffset 1 polygonOffset 1
surfaceParm nodlight
{ {
program unlit program unlit
map "textures/decals/impact_wood.tga" map "textures/decals/impact_wood.tga"