files_3dmodelviewer icon indicating copy to clipboard operation
files_3dmodelviewer copied to clipboard

Not an issue, but large over 100 M files?

Open matti-owl opened this issue 1 year ago • 2 comments

Hello,

Thank you for excellent 3D viewer, just stunning! Is there anything that I could tweak on server side to make large models load and run? Thank you in advance!

Br Matti

matti-owl avatar May 10 '24 18:05 matti-owl

everything is done on the client side (browser). internet connection needs to be decent, so that 100M+ files can be moved from server to your browser though.

kroko avatar May 15 '24 08:05 kroko

on second thought - what format are the models? if they are ifc, rhino, step, iges, brep then JIT serialisation in javascript runtime within browser (uses https://github.com/ThatOpen/engine_web-ifc, https://github.com/mcneel/rhino3dm and https://github.com/kovacsv/occt-import-js) could be skipped if you converted them. that would affect loading time (parsing time) and overall mem usage, but not webgl rendering capabilities. it sounds unpractical for everyday usage though, but something to consider if you want to share batch of maaany laaarge files to i.e. your clients to browse through.

kroko avatar May 15 '24 19:05 kroko