Added Ambient-Light

This commit is contained in:
Michel Fedde 2020-12-13 16:30:57 +01:00
parent e4e7db8dc0
commit 597a14743b
7 changed files with 40 additions and 10 deletions

View file

@ -4,6 +4,8 @@ namespace SM2D.Light
{
public class LightSceneExtension
{
public Color4 Ambient;
public Color4 Ambient = Color4.White;
}
}