shadowing is back, need to figure out how I want to handle these direcitonal lights....

This commit is contained in:
2021-02-20 23:43:40 -08:00
parent c625dc61af
commit e376241aae
4 changed files with 18 additions and 8 deletions

View File

@@ -42,5 +42,15 @@ mesh = "light.obj"
[entities.position]
x = 25.0
y = 25.0
y = 75.0
z = 20.0
[[entities]]
name = "light.2"
type = "Light"
mesh = "light.obj"
[entities.position]
x = 50.0
y = 75.0
z = 20.0