Skip to content

Fixed light actor gizmo interaction issues.

Thorwin Vogt requested to merge devel_light_actor_fixes into master

The light actor had multiple issues with its interaction mode.

  • When moving the light using the pole would sometimes cause the gizmo to also move.
  • The rotation circles were interactable on their invisible parts. This allowed the light to be rotated, when accidentally grabbing those invisible parts.
  • The intersection with the arrows of the light gizmo was calculated incorrectly.

The above issues should be fixed with this MR. The light interaction should work as intended and as expected by the user.

Merge request reports