RotationGizmo design

Hello !
I’m currently working on a babylonjs project which use the rotation gizmo. I saw that the rotation gizmo changed between its first version and the current version. It seems that before the gizmo was made with Torus (correct me if I wrong), if it was the case what was the reason to choose lines instead ?

Is there a solution to make the gizmo thicker while using line or the best solution is to modify the gizmo mesh with a torus and adapt its behavior ?

Pinging our gizmo overlord: @trevordev

It was modified as some feedback was that it didn’t look as nice with the torus. You can set a custom mesh on a gizmo see this playground https://playground.babylonjs.com/#8MGKWK#121 code at the very bottom. If you click on a mesh and press e you will see the custom gizmo.

1 Like