mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
update shader to disable culling
This commit is contained in:
parent
051e1d3c7a
commit
824e48620a
@ -18,7 +18,8 @@ Shader "ConformalDecals/Feature/Bumped"
|
||||
SubShader
|
||||
{
|
||||
Tags { "Queue" = "Geometry+400" }
|
||||
ZWrite Off
|
||||
ZWrite On
|
||||
Cull Off
|
||||
ZTest LEqual
|
||||
Offset -1, -1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user