Hello,
The problem is with the lightGizmo which does not react like the CameraGizmo which has the expected behavior.
Problem:
- If we add a GizmoManager to a light, it is not attached to the LightGizmo (and yet the light is attached to the LightGizmo). It works great on CameraGizmo
- The GizmoManager is not looking the same direction as the LightGizmo (but I think it relates to the first problem above). On the camera, it looks in the right direction.
Test PG:
- Move the camera with the Gizmo, everything is OK.
- Move the light with the Gizmo and the light does not move. It should be attached to the light which is attached to the LightGizmo like the camera.
https://www.babylonjs-playground.com/#Z4ZGAY#25
PS: It would be nice if the Gizmo Light and Camera had the same color of materials, to keep the same consistency. There we have a white Gizmo and another Gray.
Thank you