Skip to content Skip to sidebar Skip to footer

Three.js How To Cache (store Localy) 3d Models And Textures?

Im making a game with three.js and game levels are different pages. So when you go from one level to another, browser reloads page. I want to somehow store models locally so that t

Solution 1:

You may want to consider ApplicationCache.


Post a Comment for "Three.js How To Cache (store Localy) 3d Models And Textures?"