I’ve how to change thickness of different gizmo, but what about its length/size? Are there a way to change a length of gizmo handles?
cc @Cedric
There are many things available to help customizing the gizmos like :
https://doc.babylonjs.com/typedoc/classes/BABYLON.PositionGizmo#scaleratio
Or the Optional
thickness parameters in the constructor.
Almost everything visible can be customized.
Let me know if you think something is missing.
3 Likes
Omg, that’s exactly what I was looking for! But I couldn’t be able to find it because I was looking for “length” name or something like that while it calls “scaleRatio”. Shame on me!