Continued with lighting
This commit is contained in:
parent
597a14743b
commit
e88d972ecc
12 changed files with 95 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using OpenTK.Graphics;
|
||||
using System.Collections.Generic;
|
||||
using OpenTK.Graphics;
|
||||
|
||||
namespace SM2D.Light
|
||||
{
|
||||
|
|
@ -6,6 +7,6 @@ namespace SM2D.Light
|
|||
{
|
||||
public Color4 Ambient = Color4.White;
|
||||
|
||||
|
||||
public List<LightObject> Lights = new List<LightObject>();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue