kovacsv / Online3DViewer

A solution to visualize and explore 3D models in your browser.
https://3dviewer.net
MIT License
2.48k stars 545 forks source link

Multiple files #1

Open shiruken1 opened 7 years ago

shiruken1 commented 7 years ago

Hello Viktor!

Thank you so much for creating this repository. Your work is amazing!

I wanted to know if the viewer is suppose to be able to render multiple files at the same time, as I see the "multiple" directive in the file input html, however I'm only able to render one file at a time.

Thanks again!

kovacsv commented 7 years ago

Hello!

You can show only one model at a time. You can select multiple files, because if the model refers to textures ore other files, you have to select those files, too. The code now finds one 3D file as main file, and uses the other files as dependencies. I think it wouldn't be hard to implement more main file handling.

Viktor

ZorgeR commented 2 years ago

Hi! Is't possible to select multiple file, and has timeline to change model by delay? Behavior that i need 1) Press load (from url maybe, or from pc) 2) Select multiple file (paste 10 url, for example) 3) See in window first file 4) Has play button and timeline with 10 position 5) Model are change in player with delay, 0,25 sec (for example)

ZorgeR commented 2 years ago

I agree if it render 1 file per time, just need timeline with play button for automatic change model.

ZorgeR commented 2 years ago

More advanced feater if it has morph checkbox, and when model changed, it will morph from one to one, but it will too difficult i think.

kovacsv commented 2 years ago

Hi @ZorgeR, This issue is about showing multiple files. The timeline feature you mentioned is slightly different, so please create a separate issue for that.

marcelocrs1 commented 2 years ago

I work with models in the IFC extension and as they are blueprints that come from Revit I have the same model with 3 separate blueprints, one of the structure, another of the electrical part and another of the front of the building, I needed to load the 3 together to assemble the structure for visualization. It could be an implementation for the future, this kind of loading is already possible with IFC.JS.

Thanks for the incredible work.

kluchLProconom commented 2 years ago

Hi, Can I still show only one model?