Use a smaller shadow map resolution

This commit is contained in:
Marco Buono 2023-10-08 21:02:56 -03:00
parent 5d317f4f95
commit 8cab96948f

View file

@ -39,6 +39,7 @@ fn main() {
app.add_plugins(DefaultPlugins)
.insert_resource(ClearColor(Color::BLACK))
.insert_resource(PointLightShadowMap { size: 2048 })
.insert_resource(AmbientLight {
brightness: 0.0,
..default()