cgwire / js-3d-model-viewer

A web player to display 3D models in the browser

Home Page:https://cgwire.github.io/js-3d-model-viewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache obj

tomasko19 opened this issue · comments

Hello,

is possible enable cache for large OBJ and MTL files?

Thank you

There is no function for that but it might be possible to add it with: https://threejs.org/docs/#api/en/loaders/Cache

I added an helper function named enableCache.