Platform: Changed the polygon offset and surfaceparm of the stock decals
This commit is contained in:
parent
d79ab058cf
commit
f4eb3cea9d
5 changed files with 20 additions and 5 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
polygonOffset 1
|
||||
polygonOffset 4
|
||||
surfaceParm nodlight
|
||||
surfaceParm noshadows
|
||||
sort decal
|
||||
|
||||
{
|
||||
program unlit
|
||||
map "textures/decals/impact_default.tga"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
polygonOffset 1
|
||||
polygonOffset 4
|
||||
surfaceParm nodlight
|
||||
surfaceParm noshadows
|
||||
sort decal
|
||||
|
||||
{
|
||||
program unlit
|
||||
map "textures/decals/impact_glass.tga"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
polygonOffset 1
|
||||
polygonOffset 4
|
||||
surfaceParm nodlight
|
||||
surfaceParm noshadows
|
||||
sort decal
|
||||
|
||||
{
|
||||
program unlit
|
||||
map "textures/decals/impact_metal.tga"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
polygonOffset 1
|
||||
polygonOffset 4
|
||||
surfaceParm nodlight
|
||||
surfaceParm noshadows
|
||||
sort decal
|
||||
|
||||
{
|
||||
program unlit
|
||||
map "textures/decals/impact_tile.tga"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
polygonOffset 1
|
||||
polygonOffset 4
|
||||
surfaceParm nodlight
|
||||
surfaceParm noshadows
|
||||
sort decal
|
||||
|
||||
{
|
||||
program unlit
|
||||
map "textures/decals/impact_wood.tga"
|
||||
|
|
Loading…
Reference in a new issue