Smithsonian / dpo-voyager

DPO Voyager - 3D Explorer and Tool Suite
Apache License 2.0
167 stars 28 forks source link

Api should enable setting the model quality #268

Closed Solcany closed 5 months ago

Solcany commented 5 months ago

Thank you for this great project.

I'm developing a web app where I show multiple thumbnail-sized viewers in a grid layout. By default all the viewers download the highest available model quality which in the thumbnail preview is unnecessary and creates memory issues.

If there's currently a workaround to set model quality manually please let me know.

gjcope commented 5 months ago

Hi @Solcany ,

Yes, you can use the 'quality' parameter either in the component attributes or url. https://smithsonian.github.io/dpo-voyager/story/launch/

Solcany commented 5 months ago

Thank you @gjcope no idea how I missed that