Boundingbox gizmo again

Hi,

I’m struggling with boundingbox gizmos.

I’d like to design a boundingbox gizmo with only scaling on X and Y axes. I don’t want to use a scaling gizmo because i’m not able to scale my mesh along X and Y axes simultaneously with it.

Here’s my PG https://playground.babylonjs.com/#BYSISE#2

Thanks for your help

Boris

@Cedric is the great Gizmo master :slight_smile:

you can set axisFactor to mask axis

For example with only x enabled:

Babylon.js Playground (babylonjs.com)

2 Likes