Skip to content

Commit 4feb449

Browse files
committed
Fix scene
1 parent 3a2c985 commit 4feb449

File tree

5 files changed

+13
-25
lines changed

5 files changed

+13
-25
lines changed

Assets/Demoscene/TheGlow/TheGlow.unity

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Transform:
303303
m_PrefabInternal: {fileID: 0}
304304
m_GameObject: {fileID: 267027275}
305305
m_LocalRotation: {x: 0, y: 1, z: 0, w: 0}
306-
m_LocalPosition: {x: -0.044080906, y: 1.6064535, z: 2.0438168}
306+
m_LocalPosition: {x: -0.04410826, y: 1.6063898, z: 2.0411074}
307307
m_LocalScale: {x: 1, y: 1, z: 1}
308308
m_Children:
309309
- {fileID: 681279549}
@@ -325,7 +325,7 @@ MonoBehaviour:
325325
volumeTrigger: {fileID: 267027280}
326326
volumeLayer:
327327
serializedVersion: 2
328-
m_Bits: 4294967295
328+
m_Bits: 33
329329
stopNaNPropagation: 1
330330
antialiasingMode: 1
331331
temporalAntialiasing:
@@ -946,7 +946,7 @@ GameObject:
946946
- component: {fileID: 1101430507}
947947
- component: {fileID: 1101430506}
948948
- component: {fileID: 1101430505}
949-
m_Layer: 0
949+
m_Layer: 5
950950
m_Name: TitleText
951951
m_TagString: Untagged
952952
m_Icon: {fileID: 0}
@@ -1251,7 +1251,7 @@ GameObject:
12511251
- component: {fileID: 1906617785}
12521252
- component: {fileID: 1906617784}
12531253
- component: {fileID: 1906617783}
1254-
m_Layer: 0
1254+
m_Layer: 5
12551255
m_Name: MadeWithText
12561256
m_TagString: Untagged
12571257
m_Icon: {fileID: 0}
@@ -1379,10 +1379,10 @@ MonoBehaviour:
13791379
m_margin: {x: 0, y: 0, z: 0, w: 0}
13801380
m_textInfo:
13811381
textComponent: {fileID: 0}
1382-
characterCount: 42
1382+
characterCount: 47
13831383
spriteCount: 0
1384-
spaceCount: 7
1385-
wordCount: 5
1384+
spaceCount: 8
1385+
wordCount: 6
13861386
linkCount: 0
13871387
lineCount: 4
13881388
pageCount: 1

Assets/Demoscene/TheGlow/TheGlowTimeline.playable

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -938,19 +938,7 @@ MonoBehaviour:
938938
m_BlendOutDuration: -1
939939
m_MixInCurve:
940940
serializedVersion: 2
941-
m_Curve:
942-
- serializedVersion: 2
943-
time: 0
944-
value: 0
945-
inSlope: 0
946-
outSlope: 0
947-
tangentMode: 0
948-
- serializedVersion: 2
949-
time: 1
950-
value: 1
951-
inSlope: 0
952-
outSlope: 0
953-
tangentMode: 0
941+
m_Curve: []
954942
m_PreInfinity: 2
955943
m_PostInfinity: 2
956944
m_RotationOrder: 4

Assets/Demoscene/TheGlow/TheGlowWorld.asset

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ MonoBehaviour:
7979
\ {\n o.diffuse = _FloorDiffuse;\n o.specular =_FloorSpecular;\n
8080
\ }\n}"
8181
folded: 0
82-
basicFolded: 1
83-
conditionsFolded: 1
84-
variablesFolded: 1
82+
basicFolded: 0
83+
conditionsFolded: 0
84+
variablesFolded: 0
8585
materialsFolded: 0
8686
distanceFunction:
8787
postEffect:

Assets/Demoscene/TheGlow/TheGlowWorld.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Material:
3333
- _Emission: {r: 1, g: 0.591, b: 1, a: 1}
3434
- _FloorDiffuse: {r: 1, g: 1, b: 1, a: 1}
3535
- _FloorSpecular: {r: 0.75, g: 0.96896553, b: 1, a: 1}
36-
- _InnerEmission: {r: 3, g: 1, b: 1, a: 1}
36+
- _InnerEmission: {r: 4, g: 1, b: 1, a: 1}
3737
- _SlideEmission: {r: 2, g: 2, b: 5, a: 1}
3838
- _Specular: {r: 1, g: 0, b: 0, a: 0.634}

Assets/Demoscene/TheGlow/TheGlowWorld.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ float4 _InnerEmission;
113113
inline void PostEffect(RaymarchInfo ray, inout PostEffectOutput o)
114114
{
115115
float a = frac(4.0 * ray.endPos.y - 2.0 * _Time.x - 0.5);
116-
float width = 0.02;
116+
float width = 0.04;
117117
o.emission = _SlideEmission * abs(sin(PI * 12.0 * _Time.x)) * step(a, width) * ((a + 0.5 * width) / width);
118118

119119
if (abs(dInnerPillar(ray.endPos)) < ray.minDistance)

0 commit comments

Comments
 (0)