fixed the lights, but I somehow broke shadowing

This commit is contained in:
2021-02-20 21:25:38 -08:00
parent da2c6a436a
commit c625dc61af
4 changed files with 8 additions and 18 deletions

View File

@@ -202,16 +202,6 @@ impl RenderState {
end: 20.0,
},
target_view: target.clone(),
pos: Position {
x: 0.0,
y: 0.0,
z: 0.0,
rot: Euler {
x: Deg(0.0),
y: Deg(-25.0),
z: Deg(0.0),
},
},
}
}