File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Assets/Demoscene/Projects/2018-07-12-Lava Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ Material:
24
24
m_Offset : {x: 0, y: 0}
25
25
m_Floats :
26
26
- _CellularPower : 0.066
27
- - _FlowIntensity : 0.32
27
+ - _FlowIntensity : 0.35
28
28
- _FlowSpeed : 0.5
29
- - _FlowThreshold : 1.22
29
+ - _FlowThreshold : 1.16
30
30
- _LocalTime : 0
31
31
- _Loop : 50
32
32
- _MinDistance : 0.01
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ MonoBehaviour:
226
226
m_Name: Recorder Track
227
227
m_EditorClassIdentifier:
228
228
m_Locked: 0
229
- m_Muted: 0
229
+ m_Muted: 1
230
230
m_CustomPlayableFullTypename:
231
231
m_AnimClip: {fileID: 0}
232
232
m_Parent: {fileID: 11400000}
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ float lavaFlow(in vec2 p)
97
97
float z=2 .;
98
98
float rz = 0 .;
99
99
vec2 bp = p;
100
- for (float i= 1 .; i < 3 .; i++)
100
+ for (float i= 1 .; i < 4 .; i++)
101
101
{
102
102
//primary flow speed
103
103
p += _LocalTime * .6 * _FlowSpeed;
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ MonoBehaviour:
78
78
value : 30
79
79
threshold :
80
80
overrideState : 1
81
- value : 1.05
81
+ value : 1
82
82
softKnee :
83
83
overrideState : 1
84
84
value : 0.087
You can’t perform that action at this time.
0 commit comments