Skip to content

Commit

Permalink
lobby lighting
Browse files Browse the repository at this point in the history
  • Loading branch information
shnok committed Aug 26, 2024
1 parent 56acba7 commit ce67fb7
Show file tree
Hide file tree
Showing 9 changed files with 1,208 additions and 229 deletions.
9 changes: 9 additions & 0 deletions l2-unity/Assets/Rendering/URP/L2PostProcess.asset
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,15 @@ MonoBehaviour:
occlusionOnlyReflectionNormalization:
m_OverrideState: 1
m_Value: 1
intensityMultiplier:
m_OverrideState: 0
m_Value: 1
skyOcclusionIntensityMultiplier:
m_OverrideState: 0
m_Value: 1
worldOffset:
m_OverrideState: 0
m_Value: {x: 0, y: 0, z: 0}
--- !u!114 &6108583238105186026
MonoBehaviour:
m_ObjectHideFlags: 3
Expand Down
16 changes: 8 additions & 8 deletions l2-unity/Assets/Resources/Data/Effects/skybox/L2Sky.mat
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SunMoon:
m_Texture: {fileID: 2800000, guid: b443728fc86061b4f8ecbe8a96c9d2ef, type: 3}
m_Scale: {x: 2.5, y: 2.5}
m_Texture: {fileID: 2800000, guid: 87bfdbc0202b0e440b4b25a3824f15db, type: 3}
m_Scale: {x: 1.5, y: 1.5}
m_Offset: {x: 0.5, y: 0.5}
- unity_Lightmaps:
m_Texture: {fileID: 0}
Expand All @@ -70,13 +70,13 @@ Material:
- _Cloud_Cutoff: 4.01
- _Cloud_Distance: 0.8
- _Clouds_Far_Tiling: 0.352
- _Clouds_Opacity: 0.12
- _Clouds_Opacity: 2.54
- _Clouds_Tiling: 0.12
- _GradientColor1Influence: 0.6
- _GradientColor2Influence: 0.5
- _HorizonCloudsRotationSpeed: -0.1
- _Horizon_Clouds_Height: 1.44
- _Horizon_Clouds_Opacity: 0.05
- _Horizon_Clouds_Opacity: 1
- _Horizon_Clouds_X_Tile: 1
- _Horizon_Clouds_Y_Tile: 3.17
- _QueueControl: 0
Expand All @@ -92,12 +92,12 @@ Material:
- _Stars_Y_Tile: 1
- _SunMoonSize: 0.13
m_Colors:
- _GradientColor1: {r: -0.003921569, g: -0.003921569, b: -0.007843138, a: -1}
- _GradientColor1: {r: 0, g: 0.3529412, b: 0.54901963, a: 1}
- _GradientColor2: {r: 0, g: 0, b: 0, a: 1}
- _GradientColor3: {r: 7.488819, g: 7.981503, b: 8.47419, a: 1}
- _MainLightForward: {r: 0.69661844, g: -0.17159751, b: 0.6966183, a: 0}
- _MainLightRight: {r: 0.70710677, g: -0.000000007450581, b: -0.7071068, a: 0}
- _MainLightUp: {r: 0.12133777, g: 0.98516715, b: 0.12133775, a: 0}
- _MainLightForward: {r: -0.47130972, g: -0.74547607, b: -0.4713098, a: 0}
- _MainLightRight: {r: 0.7071067, g: 0.000000029802322, b: -0.7071069, a: 0}
- _MainLightUp: {r: 0.5271312, g: -0.6665327, b: 0.52713114, a: 0}
- _SunMoonColor: {r: 1, g: 1, b: 1, a: 0}
m_BuildTextureStacks: []
m_AllowLocking: 1
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ Mesh:
m_CookingOptions: 30
m_BakedConvexCollisionMesh:
m_BakedTriangleCollisionMesh:
m_MeshMetrics[0]: 1
m_MeshMetrics[1]: 1
'm_MeshMetrics[0]': 1
'm_MeshMetrics[1]': 1
m_MeshOptimizationFlags: 1
m_StreamData:
serializedVersion: 2
Expand Down
Loading

0 comments on commit ce67fb7

Please sign in to comment.