Edit gizmo mesh instead of customizing?

Hi! I was wondering if there’s a way to modify the existing gizmo—like changing its material or adding additional elements (e.g., spheres at each corner)—without having to create an entirely new custom mesh. I’d like to keep the original shape of the gizmo but customize its existing appearance or add to it if possible. Thanks!

Hello and welcome!

There is the _rootMesh property - Babylon.js docs
Example - https://playground.babylonjs.com/#31M2AP#640

1 Like