After cesium and Babylon are integrated, gizmos cannot be used. How can I solve this problem


Because the mouse event of Babylon is set to none, gizmos cannot detect the mouse event, so gizmos does not take effect. How can I solve this problem

https://doc.babylonjs.com/communityExtensions/Babylon.js+ExternalLibraries/BabylonJS_and_CesiumJS

Interesting issue :slight_smile:
I don’t have a smart idea to share for now but some hints maybe:

  • maybe let babylon get the mouse, register to bayblon input and send a fake mouse event to cesium?
  • Do not use gizmo but what Cesium offers? (I don’t know the lib unfortunately)