-
Notifications
You must be signed in to change notification settings - Fork 6
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
Poor performance on large files #8
Comments
After second check it seems that https://3dviewer.net/ behaves slow for this model too, both by uploading Here are CORS'ed versions that can be loaded in 3dviewer.net via Open from URL promt
Other 3D viewers choke on your file too.
OBJ weighting 54MB means huge tree. Autodesk case hints though that there might be some internal representation tricks. Needs more investigation, but maybe this case just represents limits on what JS / WebGL 2 (no WebGPU at this point) on top on Three.js can do. |
Just to make it clear. I use this url for nextcloud app files3dmodel viewer for the same file: https://fetchcfd.com/3d-viewer opens this file for only 4 seconds and use only 900 Mb in Chrome ! |
Looks like I've found the root cause. Just remove this line: files_3dmodelviewer/src/js/App/App.mjs Line 58 in 36acc7e
It's disable vue reactivity for viewer. |
note to myself: @AbsolutePhoenix in #12 has found that it happens above 16MB mark for STL files. |
@ershovdz please try 0.0.11 with your Penthouse.zip |
if the issue persists, please report and i will reopen this ticket. |
Poor performance when open the attached obj file.
Opening file takes too much time and memory. But if I open the same file in https://3dviewer.net/# it opens very fast.
Penthouse.zip
The text was updated successfully, but these errors were encountered: