Platform: Changed the polygon offset and surfaceparm of the stock decals

This commit is contained in:
Marco Cawthorne 2020-10-18 16:28:30 +02:00
parent d79ab058cf
commit f4eb3cea9d
5 changed files with 20 additions and 5 deletions

View File

@ -1,6 +1,9 @@
{
polygonOffset 1
polygonOffset 4
surfaceParm nodlight
surfaceParm noshadows
sort decal
{
program unlit
map "textures/decals/impact_default.tga"

View File

@ -1,6 +1,9 @@
{
polygonOffset 1
polygonOffset 4
surfaceParm nodlight
surfaceParm noshadows
sort decal
{
program unlit
map "textures/decals/impact_glass.tga"

View File

@ -1,6 +1,9 @@
{
polygonOffset 1
polygonOffset 4
surfaceParm nodlight
surfaceParm noshadows
sort decal
{
program unlit
map "textures/decals/impact_metal.tga"

View File

@ -1,6 +1,9 @@
{
polygonOffset 1
polygonOffset 4
surfaceParm nodlight
surfaceParm noshadows
sort decal
{
program unlit
map "textures/decals/impact_tile.tga"

View File

@ -1,6 +1,9 @@
{
polygonOffset 1
polygonOffset 4
surfaceParm nodlight
surfaceParm noshadows
sort decal
{
program unlit
map "textures/decals/impact_wood.tga"