Tweak tree shaders to add depth and variation to foliage

This commit is contained in:
Lucien
2026-08-10 13:42:47 +02:00
parent 2027105d82
commit 6a6004b3c8
33 changed files with 8828 additions and 236 deletions
@@ -28,6 +28,10 @@ Material:
m_Texture: {fileID: 2800000, guid: c5b9e9747daadf04099eca94b893f681, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MaskMap:
m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NormalMap:
m_Texture: {fileID: 2800000, guid: 40a00c9de571d97459f0992732494c89, type: 3}
m_Scale: {x: 1, y: 1}
@@ -50,16 +54,19 @@ Material:
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AO_Apply: 0.221
- _AO_Power: 1.78
- _AO_Strength: 1.08
- _HideRadius: 0.3
- _Metallic: 0
- _NormalStrength: 1
- _QueueControl: 0
- _QueueOffset: 0
- _ShouldHide: 0
- _Smoothness: 0
- _Smoothness: 0.11
m_Colors:
- _PlayerPosition: {r: 0, g: 0, b: 0, a: 0}
- _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1}
- _Tint: {r: 1, g: 1, b: 1, a: 1}
m_BuildTextureStacks: []
--- !u!114 &3103991028694557381
MonoBehaviour:
@@ -41,6 +41,10 @@ Material:
m_Texture: {fileID: 2800000, guid: a06dae655ada9224e8d492ee4a696ce4, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MaskMap:
m_Texture: {fileID: 2800000, guid: 48ed93ca43658dd479fd0e8bdc85c438, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NormalMap:
m_Texture: {fileID: 2800000, guid: e4db71abc7398b64da8366c434851fa0, type: 3}
m_Scale: {x: 1, y: 1}
@@ -63,20 +67,26 @@ Material:
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AO_Apply: 0.346
- _AO_Power: 0.66
- _AO_strength: 1.16
- _ClipThreshold: 0.1
- _GeometryAdapt: -0.07
- _HideRadius: 0.4
- _Metallic: 0
- _NormalStrength: 1.17
- _Metallic: 0.21
- _NoiseColorScale: 1.6
- _NormalStrength: 2
- _QueueControl: 0
- _QueueOffset: 0
- _ShouldHide: 0
- _Smoothness: 0
- _Smoothness: 0.55
- _WindScale: 3.5
- _WindSpeed: 0.3
- _WindSpread: 0
- _WindStrength: 0.03
m_Colors:
- _DryColor: {r: 0.6415094, g: 0.6415094, b: 0.6415094, a: 1}
- _HeatlhyColor: {r: 1, g: 1, b: 1, a: 1}
- _PlayerPosition: {r: 0, g: 0, b: 0, a: 0}
- _Tint: {r: 1, g: 1, b: 1, a: 1}
- _WindSpread: {r: 0.15, g: 0.1, b: 0, a: 0}
+10 -3
View File
@@ -28,6 +28,10 @@ Material:
m_Texture: {fileID: 2800000, guid: c5b9e9747daadf04099eca94b893f681, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MaskMap:
m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NormalMap:
m_Texture: {fileID: 2800000, guid: 40a00c9de571d97459f0992732494c89, type: 3}
m_Scale: {x: 1, y: 1}
@@ -50,17 +54,20 @@ Material:
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AO_Apply: 0.221
- _AO_Power: 1.78
- _AO_Strength: 1.08
- _HeightMultiplier: 0.06
- _HideRadius: 0.3
- _Metallic: 0
- _NormalStrength: 1
- _NormalStrength: 2.71
- _QueueControl: 0
- _QueueOffset: 0
- _ShouldHide: 0
- _Smoothness: 0
- _Smoothness: 0.11
m_Colors:
- _PlayerPosition: {r: 0, g: 0, b: 0, a: 0}
- _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1}
- _Tint: {r: 1, g: 1, b: 1, a: 1}
m_BuildTextureStacks: []
--- !u!114 &3103991028694557381
MonoBehaviour: