mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Remove debug code so it actually works
This commit is contained in:
@ -162,8 +162,6 @@ fixed4 frag_forward_base(v2f IN) : SV_Target
|
||||
//c += LightingBlinnPhongSmooth(o, lightDir, viewDir, atten);
|
||||
c += LightingBlinnPhong(o, worldViewDir, gi);
|
||||
c.rgb += o.Emission;
|
||||
c.xyz = (worldTan * 0.5) + 0.5;
|
||||
c.a = 1;
|
||||
return c;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user