How to cache three.js Object3D in cache?

155 Views Asked by At

I am new to three.js and want to understand how can I cache the 3D models/Object3D to reduce the loading time of 3D models (collada)

I am using collada loader to load dae file in three.js based viewer. It works fine but I also want to understand how can I cache the model so that model picks it from disk cache and not load the entity again to reduce the loading time.

collada model not loading from disk cache

0

There are 0 best solutions below