Skip to content

Commit 7346cb1

Browse files
committed
Fix compilation error Alpha cutoff shader due to unused properties
1 parent d49a300 commit 7346cb1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

shaders/DeferredKSPShaders/Assets/Shaders/Replaced shaders/Part shaders/AlphaCutoff.shader

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
Properties
44
{
55
_MainTex("Color Map", 2D) = "gray" {}
6-
_BumpMap("Normal Map", 2D) = "bump" {}
7-
_Shininess ("Shininess", Range (0.0, 1.0)) = 0.5
86
_Color ("Part Color", Color) = (1.0, 1.0, 1.0, 1.0)
97
_Cutoff("Alpha cutoff", Range(0,1)) = 0.5
10-
_SpecColor ("Specular Color", Color) = (0.5, 0.5, 0.5, 1.0)
11-
_EmissiveColor("Emissive Color", Color) = (0.0, 0.0, 0.0, 1.0)
128
[PerRendererData]_RimFalloff("Rim Falloff", Range(0.0, 10.0) ) = 0.1
139
[PerRendererData]_RimColor("Rim Color", Color) = (0.0, 0.0, 0.0, 0.0)
1410
[PerRendererData]_TemperatureColor("Temperature Color", Color) = (0.0, 0.0, 0.0, 0.0)

0 commit comments

Comments
 (0)