We are developing a game and recently switched from Three.js to Babylon.js because we were amazed by the great documentation, active community and the cool playground and we are very happy with this decision. The game looks good on all test devices, except our iOS device (iPhone 7) using the Safari browser (OSX Safari is completely normal). It seems to me like that there is a problem with the rendering Order.
We build the gamefield by
- loading the gltf mesh
- disable it
- create instances along the rows and cols
I tried to rebuild a minified simple example in the playground https://www.babylonjs-playground.com/#JUKXQD#159
Is there a known issue or a workaround which helps us to deal with this issue ?
Thanks a lot for any kind of help !