A little help about boundingbox Gizmo

Hello,

I’m struggling with bounding box gizmo events. Id’like to know which handle is dragged but I do not find any event about that.

Is there existing ones ?

Here’s a PG to understand better : https://playground.babylonjs.com/#C77SMH#17

Thanks in advance,

Boris

Anybody’s help ??? :slightly_smiling_face:

Hi @bvaisman
There is no info in the event send with the notification.
It’s possible to make an object with relevant datas and send it here : Babylon.js/packages/dev/core/src/Gizmos/boundingBoxGizmo.ts at 3757d7a6cc7db75c8f113ddeac654be065dccff0 · BabylonJS/Babylon.js · GitHub
There are a few others places to update but you get the idea.
You can make a PR + documentation and I’ll be happy to review it.

Hi @Cedric,

I’m not sure i would be able to make a PR about that but i will try. If I can’t, i will make a feature request. Thanks for your answer.

1 Like
3 Likes