Hello !
I’m trying to use the gltf loader to import .glb
files. So what’s weird is that my models faces looks reversed and it’s not the case when I just put them on babylon sandbox.
I believe it’s how you configure the gltf loader when importing it but I don’t really know how and what to configure as the documentation don’t explain how to do it when importing es6 modules.
I just did :
import "@babylonjs/loaders/glTF";
I don’t know what to do next to edit loader properties.
Thanks for helping