rotate light source
This commit is contained in:
parent
67fcd8096d
commit
62936e3044
|
@ -71,7 +71,7 @@ pub fn setup(
|
|||
transform: Transform::from_rotation(Quat::from_euler(
|
||||
EulerRot::ZYX,
|
||||
0.0,
|
||||
PI / 2.,
|
||||
PI / 1.,
|
||||
-PI / 4.,
|
||||
)),
|
||||
cascade_shadow_config: CascadeShadowConfigBuilder {
|
||||
|
|
Loading…
Reference in a new issue