Strange diagonal lines in IOS devices

Hi, I’ve made a threejs website, but when I view this on a iOS device, I get these strange diagonal lines on some of the objects in the scene.

I have been investigating, but I can’t seem to find where it’s coming from.

lines
Left is iOS, right is Google Chrome

Material is all MeshBasicMaterial, images are all baked with blender.

Any settings that could be the problem?

On what iOS version is your device? Are you able to upgrade to a newer version?

This could be a bug in WebKit or the underlying drivers.

17.3.x so the latest version.

Any chances to share a URL for reproduction?

You can try to adjust the near camera plane.

1 Like

sorry for the late resonse, the camera near was at 0.1, made it bigger and it’s gone now, thanks!