steren / stereo-img

web component to display stereographic pictures on web pages, with VR support
https://stereo-img.steren.fr
Apache License 2.0
22 stars 6 forks source link

Mobile : use multiple textures / meshes instead of resizing the image #29

Open steren opened 6 months ago

steren commented 6 months ago

To fix mobile support where max texture size is lower than the eye image size, we just realized the eye image.

Instead, we could split it in multiple images, used as different textures, potentially on different meshes.

This would allow keeping the full image resolution.