Skip to content

Commit a41c688

Browse files
authored
Art - Lighting and Nav mesh fixes. (#202)
* Fix for seams on wall pieces, Update to lighting - shadows now being cast from light sources, AO is more prominent. Nav mesh updated based off feedback from Luke.
1 parent 5c8a3e3 commit a41c688

File tree

9 files changed

+20
-31
lines changed

9 files changed

+20
-31
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:b7266a923c5b4db99f542c8755234c0c89ccf304ad461c15a0865234bd44b599
3-
size 1592800
2+
oid sha256:63ea8f8ab69850975d032471374e040ff1f19e7cf91b6dc2e31fd37feaaf04ee
3+
size 1594528
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:87a22e968f15bf24f40750c23b21373d77ff58fb5b8527e111fa23a62ce3180c
3-
size 23371
2+
oid sha256:b4b8618d32524a2936f296a576ae3f03ff0bd59c4f3c191d6bd6f381558f7a0a
3+
size 23375

Assets/BossRoom/Prefabs/Dungeon/Dungeon Pieces/env_spawn_door.prefab

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Light:
5151
m_InnerSpotAngle: 21.80208
5252
m_CookieSize: 10
5353
m_Shadows:
54-
m_Type: 0
54+
m_Type: 2
5555
m_Resolution: -1
5656
m_CustomResolution: -1
5757
m_Strength: 1
@@ -439,7 +439,7 @@ Light:
439439
m_InnerSpotAngle: 21.80208
440440
m_CookieSize: 10
441441
m_Shadows:
442-
m_Type: 0
442+
m_Type: 2
443443
m_Resolution: -1
444444
m_CustomResolution: -1
445445
m_Strength: 1
@@ -646,7 +646,7 @@ Light:
646646
m_InnerSpotAngle: 21.80208
647647
m_CookieSize: 10
648648
m_Shadows:
649-
m_Type: 0
649+
m_Type: 2
650650
m_Resolution: -1
651651
m_CustomResolution: -1
652652
m_Strength: 1

Assets/BossRoom/Prefabs/Dungeon/Dungeon Pieces/env_torch2.prefab

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Light:
5050
m_InnerSpotAngle: 21.80208
5151
m_CookieSize: 10
5252
m_Shadows:
53-
m_Type: 0
53+
m_Type: 2
5454
m_Resolution: -1
5555
m_CustomResolution: -1
5656
m_Strength: 1
5757
m_Bias: 0.05
5858
m_NormalBias: 0.4
59-
m_NearPlane: 0.2
59+
m_NearPlane: 0.0234
6060
m_CullingMatrixOverride:
6161
e00: 1
6262
e01: 0
@@ -275,13 +275,13 @@ Light:
275275
m_InnerSpotAngle: 21.80208
276276
m_CookieSize: 10
277277
m_Shadows:
278-
m_Type: 0
279-
m_Resolution: -1
278+
m_Type: 2
279+
m_Resolution: 2
280280
m_CustomResolution: -1
281-
m_Strength: 1
282-
m_Bias: 0.05
283-
m_NormalBias: 0.4
284-
m_NearPlane: 0.2
281+
m_Strength: 0.884
282+
m_Bias: 1.12
283+
m_NormalBias: 0.61
284+
m_NearPlane: 0.1
285285
m_CullingMatrixOverride:
286286
e00: 1
287287
e01: 0

Assets/BossRoom/Prefabs/Dungeon/Dungeon.prefab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39074,7 +39074,7 @@ PrefabInstance:
3907439074
objectReference: {fileID: 0}
3907539075
- target: {fileID: 7980115660496427320, guid: 774df9f23c339504c921336572edb699, type: 3}
3907639076
propertyPath: m_LocalPosition.x
39077-
value: 135.71
39077+
value: 135.42
3907839078
objectReference: {fileID: 0}
3907939079
- target: {fileID: 7980115660496427320, guid: 774df9f23c339504c921336572edb699, type: 3}
3908039080
propertyPath: m_LocalPosition.y
@@ -89420,7 +89420,7 @@ PrefabInstance:
8942089420
objectReference: {fileID: 0}
8942189421
- target: {fileID: 7980115660496427320, guid: 774df9f23c339504c921336572edb699, type: 3}
8942289422
propertyPath: m_LocalPosition.x
89423-
value: 127.73
89423+
value: 127.51
8942489424
objectReference: {fileID: 0}
8942589425
- target: {fileID: 7980115660496427320, guid: 774df9f23c339504c921336572edb699, type: 3}
8942689426
propertyPath: m_LocalPosition.y
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:b8893b9fdc6872bd0e2dd2b6c7e77fb81e9b18233b3d7e5b872d882822c16735
3-
size 147345
2+
oid sha256:0aee7f1cfd2abb411f003e1c84f761355c99c000230c0d90f7e49db5b9b30b1b
3+
size 145972

Assets/BossRoom/Scenes/BossRoom/NavMesh-DungeonNavMesh.asset

Lines changed: 0 additions & 3 deletions
This file was deleted.

Assets/BossRoom/Scenes/BossRoom/NavMesh-DungeonNavMesh.asset.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:7a65c2d95ad1109c02114a6217312747db65ee17403c8eb110c45d86e25a07a1
2+
oid sha256:aeee11f917fe205a49d8aff960394ff3ef43976cd357939f62410da6cea96f8b
33
size 18788

0 commit comments

Comments
 (0)