You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem because I want to download models from a particular url, unfortunately they can change over time making me have to re-download them every time I reload the page. I have a code that looks as follows:
Unfortunately useGLTF.clear() does not work and even if you change the model it still displays the old one which is kept in the cache. What should I do so that the models are not kept in the cache?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a problem because I want to download models from a particular url, unfortunately they can change over time making me have to re-download them every time I reload the page. I have a code that looks as follows:
Unfortunately useGLTF.clear() does not work and even if you change the model it still displays the old one which is kept in the cache. What should I do so that the models are not kept in the cache?
Beta Was this translation helpful? Give feedback.
All reactions