Is there any possibility to realize right-handed coordinate system

I’m writing chemical visualization software to draw molecules. I think babylonjs is brilliant lib that no one can compare with it. But suddenly, I find that it is base on a left-handed system. I am a little bit crash. You know that chemistry has a concept named chirality. So I ask is there any trick to deal with this?

Hi and welcome! :slightly_smiling_face:

Not sure what you are after but if you are trying to use a right-handed system you can try this

scene.useRightHandedSystem

Here’s a little example
https://playground.babylonjs.com/#HUMM1X#2

2 Likes