Current behavior:
Currently, the Babylon.js bounding box gizmo uses the legacy HoloLens 1 style from Mixed Reality Toolkit (MRTK) 1.x.
Playground: https://playground.babylonjs.com/#8GY6J8#211
Expected behavior:
The Babylon.js bounding box gizmo supports the new HoloLens 2 style from Mixed Reality Toolkit (MRTK) 2.x and above.
The new design is less distracting for users due to less visual noise.
bounding-box-hololens-2-style.mp4
Discussion
Discussed with @RaananW in Twitter DM.
Author
FluorescentHallucinogen commented on Mar 5, 2023
Just found that HolographicSlate
gizmo has design very similar to expected.
Playground: https://playground.babylonjs.com/#43YQHC#2
*Ported from GitHub