Added Ambient-Light
This commit is contained in:
parent
e4e7db8dc0
commit
597a14743b
7 changed files with 40 additions and 10 deletions
|
|
@ -4,6 +4,8 @@ namespace SM2D.Light
|
|||
{
|
||||
public class LightSceneExtension
|
||||
{
|
||||
public Color4 Ambient;
|
||||
public Color4 Ambient = Color4.White;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue