align aurora with planetary rotation
This commit is contained in:
parent
87aa3f1024
commit
fd2088127b
|
@ -1322,7 +1322,7 @@ fn spawn_entities(
|
||||||
},
|
},
|
||||||
Position::new(absolute_pos),
|
Position::new(absolute_pos),
|
||||||
//Rotation::default(),
|
//Rotation::default(),
|
||||||
Rotation::from(Quat::from_rotation_x(-90f32.to_radians())),
|
Rotation::from(rotation),
|
||||||
NotShadowCaster,
|
NotShadowCaster,
|
||||||
NotShadowReceiver,
|
NotShadowReceiver,
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue