Why WKWebview always be obscure when I load a model on iOS devices?

This is a screenshot of iphont 6s plus when I load a webview with a very simple model :


It is full of alias.

When I use Three.js instead of Babylon,the render effect is very cool!!!

I woder that Babylon engine is not good on mobile devece, or my usage is worng?

I think your usage may be wrong.
I have no problems with iPhone 5 or higher to demonstrate models (if they are done properly) - Mu-so Qb 2nd Generation - 3D Demo


Or you can take any PG from meshes library and test with your iPhone - The Meshes Library | Babylon.js Documentation

1 Like

It might be related to either your canvas style not being width and height like your screen one or the lack of hardwareScalingLevel

Thank you very much.The fridge demo is helpful to me.

2 Likes

Thank you for your answer.

1 Like