Skip to content

Commit bf58748

Browse files
Adjusted Default Ambient Lighting
1 parent 02dcd30 commit bf58748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Prowl.Runtime/Resources/Scene.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public enum AmbientMode
148148
public float Strength = 1f;
149149

150150
// Uniform ambient
151-
public Float4 Color = new(0.2f, 0.2f, 0.2f, 1.0f);
151+
public Float4 Color = new(0.43, 0.55f, 0.65f, 1.0f);
152152

153153
// Hemisphere ambient
154154
public Float4 SkyColor = new(0.3f, 0.3f, 0.4f, 1.0f);

0 commit comments

Comments
 (0)