What should I check and what I have to carefull about it?
I’m using three js + typscript + react etc
Some room is not available at mobile!
I can’t access web room that I made. I can’t get any hint cause, I use chrome for develop and try with mobile version at mac, it works well. And I tried to get console log for “not working room” but It doesnt make any error message about three js or webGL.
When I try to accsess that web, it load and makes sudden refresh and show me thease message
When I enter https://content.tozi.world/floor into my browser, it very briefly flashes a progress bar, then goes blank (white screen).
Look into your Javascript console, there are a bunch of warnings and errors logged.
When you get that on iOS, it’s quite likely that you’re using textures that are too large. Make sure none of your models uses textures larger than 2048x2048 ( or even 1024 x 1024 ) pixels and that’l hopefully solve the issue.
thanks for the link ! I check the gltf file with your link! it said it use 100MB in gpu is this too big to show it in mobile? Is there any guid line that Don’t use above it?
Plus If I use texture like tile(using 512*512 image reapeatly made by blender), then does gpu use that image as larger image?