fix selectagon orientation in map mode
This commit is contained in:
parent
321fccb9c4
commit
8cd970a930
|
@ -709,7 +709,7 @@ fn update_target_selectagon(
|
|||
}
|
||||
selectagon_trans.translation = target_trans.translation;
|
||||
selectagon_trans.scale = target_trans.scale;
|
||||
selectagon_trans.rotation = Quat::from_rotation_arc(Vec3::Z, (-selectagon_trans.translation).normalize());
|
||||
selectagon_trans.look_at(camera_trans.translation, Vec3::X);
|
||||
|
||||
// Enlarge Selectagon to a minimum angular diameter
|
||||
let (angular_diameter, _, _) = camera::calc_angular_diameter(
|
||||
|
|
Loading…
Reference in a new issue