Skip to content

Commit 7713137

Browse files
committed
more complex flow
1 parent 509d73b commit 7713137

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Assets/Demoscene/Projects/2018-07-12-Lava/Lava.mat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Material:
2424
m_Offset: {x: 0, y: 0}
2525
m_Floats:
2626
- _CellularPower: 0.066
27-
- _FlowIntensity: 0.32
27+
- _FlowIntensity: 0.35
2828
- _FlowSpeed: 0.5
29-
- _FlowThreshold: 1.22
29+
- _FlowThreshold: 1.16
3030
- _LocalTime: 0
3131
- _Loop: 50
3232
- _MinDistance: 0.01

Assets/Demoscene/Projects/2018-07-12-Lava/Lava.playable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ MonoBehaviour:
226226
m_Name: Recorder Track
227227
m_EditorClassIdentifier:
228228
m_Locked: 0
229-
m_Muted: 0
229+
m_Muted: 1
230230
m_CustomPlayableFullTypename:
231231
m_AnimClip: {fileID: 0}
232232
m_Parent: {fileID: 11400000}

Assets/Demoscene/Projects/2018-07-12-Lava/Lava.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ float lavaFlow(in vec2 p)
9797
float z=2.;
9898
float rz = 0.;
9999
vec2 bp = p;
100-
for (float i= 1.; i < 3.; i++)
100+
for (float i= 1.; i < 4.; i++)
101101
{
102102
//primary flow speed
103103
p += _LocalTime * .6 * _FlowSpeed;

Assets/Demoscene/Projects/2018-07-12-Lava/Lava_Profiles/Main Camera Profile.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ MonoBehaviour:
7878
value: 30
7979
threshold:
8080
overrideState: 1
81-
value: 1.05
81+
value: 1
8282
softKnee:
8383
overrideState: 1
8484
value: 0.087

0 commit comments

Comments
 (0)