Userighthandedsystem + button text bug

Hey guys,
I noticed that when i use scene.useRightHandedSystem = true;
text on buttons is also reversed.
It looks like a bug for me

https://playground.babylonjs.com/#HB4C01#466
Could you please check?

Adding @msDestiny14 for the GUI

Wouldn’t this be true because GUI is a texture and everything is now reversed? :thinking:

I only say this because we tell users all the time when they true to rendered textures on models and it is flipped we tell them to use righthanded system.

From my user side it looks like text was flipped correctly but button wasnt flipped

@msDestiny14 I still think we should support it in the framework, would be great if you could check what it would take to do so ?

1 Like

Yep I agree that makes the most sense. I’m working on some things at the moment so will get to this as soon as I can. Or someone might be able to pick it up sooner.

I’ll log it as a work item and will keep you updated when I can. :slight_smile:

PR up!
Fix HolographicButton and Button3D when scene is right handed. by carolhmj · Pull Request #11588 · BabylonJS/Babylon.js (github.com)

3 Likes