Skip to content

Commit

Permalink
reconvert all shaders.
Browse files Browse the repository at this point in the history
  • Loading branch information
hecomi committed Feb 17, 2019
1 parent 01bda10 commit 04e5298
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Properties
_DistanceMultiplier("Distance Multiplier", Range(0.001, 2.0)) = 1.0
_ShadowLoop("Shadow Loop", Range(1, 100)) = 10
_ShadowMinDistance("Shadow Minimum Distance", Range(0.001, 0.1)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 1.0)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 0.1)) = 0.01

// @block Properties
[Header(Additional Properties)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Properties
_DistanceMultiplier("Distance Multiplier", Range(0.001, 2.0)) = 1.0
_ShadowLoop("Shadow Loop", Range(1, 100)) = 10
_ShadowMinDistance("Shadow Minimum Distance", Range(0.001, 0.1)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 1.0)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 0.1)) = 0.01

// @block Properties
// _Color("Color", Color) = (1.0, 1.0, 1.0, 1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Properties
_DistanceMultiplier("Distance Multiplier", Range(0.001, 2.0)) = 1.0
_ShadowLoop("Shadow Loop", Range(1, 100)) = 30
_ShadowMinDistance("Shadow Minimum Distance", Range(0.001, 0.1)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 1.0)) = 0.0
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 0.1)) = 0.0

// @block Properties
[Header(Additional Properties)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ MonoBehaviour:
value: 1
- key: FallbackToStandardShader
value: 0
- key: UseGrabPass
value: 0
blocks:
- key: Properties
value: // _Color2("Color2", Color) = (1.0, 1.0, 1.0, 1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Properties
_DistanceMultiplier("Distance Multiplier", Range(0.001, 2.0)) = 1.0
_ShadowLoop("Shadow Loop", Range(1, 100)) = 30
_ShadowMinDistance("Shadow Minimum Distance", Range(0.001, 0.1)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 1.0)) = 0.0
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 0.1)) = 0.0

// @block Properties
// _Color2("Color2", Color) = (1.0, 1.0, 1.0, 1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Properties
_DistanceMultiplier("Distance Multiplier", Range(0.001, 2.0)) = 1.0
_ShadowLoop("Shadow Loop", Range(1, 100)) = 30
_ShadowMinDistance("Shadow Minimum Distance", Range(0.001, 0.1)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 1.0)) = 0.0
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 0.1)) = 0.0

// @block Properties
[Header(Additional Parameters)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Properties
_DistanceMultiplier("Distance Multiplier", Range(0.001, 2.0)) = 1.0
_ShadowLoop("Shadow Loop", Range(1, 100)) = 30
_ShadowMinDistance("Shadow Minimum Distance", Range(0.001, 0.1)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 1.0)) = 0.0
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 0.1)) = 0.0

// @block Properties
// _Color("Color", Color) = (1.0, 1.0, 1.0, 1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Properties
_DistanceMultiplier("Distance Multiplier", Range(0.001, 2.0)) = 1.0
_ShadowLoop("Shadow Loop", Range(1, 100)) = 10
_ShadowMinDistance("Shadow Minimum Distance", Range(0.001, 0.1)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 1.0)) = 0.01
_ShadowExtraBias("Shadow Extra Bias", Range(0.0, 0.1)) = 0.01

// @block Properties
[Header(Additional Properties)]
Expand Down

0 comments on commit 04e5298

Please sign in to comment.