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.
