-
-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve heavy pano loading by slice it to many pieces #243
Comments
The current state of the code is absolutely not ready for this. I cannot tell I will ever do it. |
Try tweaking the compression for your image, and then load it into a CDN. That's what I did, and now my panoramas load pretty fast. You could also pre load the whole panorama on an SPA in the background if you really want the panorama appear instantly. You should probably close this issue |
I don't think so. The current implementation is limited by the canvas resolution of the browser #363 whatever is the filesize. Having multiple slices would allow much higher resolution. |
So I have a working code on the I think the performance issue is when the updated buffers needs to be uploaded to the GPU. On a side node I found this paid solution with tremedous performances ! |
I made a new implementation using custom UV mapings (still on the |
Improve heavy pano loading by slice it to many pieces
The text was updated successfully, but these errors were encountered: