Skip to content

[W.I.P] Made 3d raycast gizmo more visible

Rafał Mikrut requested to merge github/fork/MCrafterzz/raycastVisible into master

Created by: MCrafterzz

Fixed #19793 As @Calinou suggested I made it draw a box instead of a line. Possible improvements (Let me know if I should implement and give a hint on how to approach it :P):

  • Make size depend on zoom so it still looks small when zoomed in (Probably some easy to get zoom level or something that can be used)
  • Render above the axis (Feel like this is defined somewhere totally else, have not found any setZOrder or renderOnTop methouds or similar in the gizmo class)

Also I just found out that the size of the gizmo scales with the node scale :C If anyone wants to help out then feel free to!

Merge request reports