mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Directional light color at night is now neutral and more subtle
This commit is contained in:
parent
312e3ed934
commit
31e00f72d6
@ -48,7 +48,7 @@ Public Class Lighting
|
||||
Case 0 ' Night
|
||||
refEffect.AmbientLightColor = New Vector3(0.8F)
|
||||
|
||||
refEffect.DirectionalLight0.DiffuseColor = New Vector3(-0.4F, -0.4F, -0.6F)
|
||||
refEffect.DirectionalLight0.DiffuseColor = New Vector3(-0.2F)
|
||||
refEffect.DirectionalLight0.Direction = Vector3.Normalize(New Vector3(-1.0F, 0.0F, 1.0F))
|
||||
refEffect.DirectionalLight0.SpecularColor = New Vector3(0.0F)
|
||||
refEffect.DirectionalLight0.Enabled = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user