Can I ask you some questions about Babylon.js?
I am in trouble with loading things into Babylon. First, I exported the model to obj. Then I load it to babylon but to find everything of model is reversed.
I used the software called 3dmax to export obj file directly. The result as shown in pictures appeared after using babylon.objFileLoader.js to load it. Everything in scene is reversed. But if I export babylon file directly using 3dmax, everything is right after loading.
I will really appreciate it if you can help solve my problem. Thx.