Skip to content

Commit 091a620

Browse files
committed
seeking look
1 parent 7713137 commit 091a620

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,6 @@ com_crashlytics_export_strings.xml
9090
crashlytics.properties
9191
crashlytics-build.properties
9292
fabric.properties
93+
94+
# Unity Recorder
95+
Recordings/

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ Material:
2424
m_Offset: {x: 0, y: 0}
2525
m_Floats:
2626
- _CellularPower: 0.066
27-
- _FlowIntensity: 0.35
27+
- _FlowIntensity: 0.4
2828
- _FlowSpeed: 0.5
29-
- _FlowThreshold: 1.16
30-
- _LocalTime: 0
29+
- _FlowThreshold: 1.1
30+
- _LocalTime: 10
3131
- _Loop: 50
3232
- _MinDistance: 0.01
3333
- _ShadowExtraBias: 0.802
3434
- _ShadowLoop: 10
3535
- _ShadowMinDistance: 0.01
3636
m_Colors:
37-
- _Diffuse: {r: 0.9528302, g: 0.004494493, b: 0.004494493, a: 1}
37+
- _Diffuse: {r: 1, g: 0, b: 0, a: 1}
3838
- _Emission: {r: 0, g: 0, b: 0, a: 0}
3939
- _LavaEmmisiveHigh: {r: 1.3041189, g: 0.8398253, b: 0.1433848, a: 1}
4040
- _LavaEmmisiveLow: {r: 0.990566, g: 0.22280687, b: 0, a: 1}
41-
- _Specular: {r: 0, g: 0, b: 0, a: 0}
41+
- _Specular: {r: 0.24528301, g: 0.08079911, b: 0, a: 0}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ MonoBehaviour:
185185
m_DurationMode: 0
186186
m_SynchFrameRate: 1
187187
m_BaseFileName:
188-
m_Pattern: movie.<ext>
188+
m_Pattern: movie-<ts>.<ext>
189189
m_DestinationPath:
190190
m_root: 1
191191
m_leaf: Recordings

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ MonoBehaviour:
7878
value: 30
7979
threshold:
8080
overrideState: 1
81-
value: 1
81+
value: 0.99
8282
softKnee:
8383
overrideState: 1
84-
value: 0.087
84+
value: 0
8585
clamp:
8686
overrideState: 0
8787
value: 65472
@@ -120,16 +120,16 @@ MonoBehaviour:
120120
overrideState: 1
121121
value: 1
122122
mode:
123-
overrideState: 0
123+
overrideState: 1
124124
value: 0
125125
intensity:
126-
overrideState: 0
126+
overrideState: 1
127127
value: 0
128128
color:
129129
overrideState: 0
130130
value: {r: 0, g: 0, b: 0, a: 1}
131131
ambientOnly:
132-
overrideState: 0
132+
overrideState: 1
133133
value: 1
134134
noiseFilterTolerance:
135135
overrideState: 0
@@ -147,8 +147,8 @@ MonoBehaviour:
147147
overrideState: 0
148148
value: 0
149149
radius:
150-
overrideState: 0
151-
value: 0.25
150+
overrideState: 1
151+
value: 1
152152
quality:
153-
overrideState: 0
154-
value: 2
153+
overrideState: 1
154+
value: 3

0 commit comments

Comments
 (0)