EmbarkStudios / kajiya

💡 Experimental real-time global illumination renderer 🦀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caching mesh ignore source update.

samrrr opened this issue · comments

commented

Describe the bug
When i update glb file viewer still load old version. Do you check source file hash before use cached version?

To Reproduce
Steps to reproduce the behavior:

  1. Load some .glb file
  2. View its
  3. Close view
  4. Change glb file
  5. Open view
  6. See same old mesh

Expected behavior
A new updated mesh in view.

Screenshots
image

Device:

  • OS: Win 10

Additional context

commented

Manualy delete cache folder solve problem, but cache should auto check hash(or file create date if check hash so hard).