ZOulhadj / vmve

Vulkan Model Viewer and Importer. A project developed as part of my final year project at University.
https://zoulhadj.github.io/vmve_website/
MIT License
1 stars 0 forks source link

Users reporting that model texture paths are incorrect #74

Closed ZOulhadj closed 1 year ago

ZOulhadj commented 1 year ago

When users download VMVE and they attempt to load a model, none of the textures seems to be loading and therefore nothing is visible.

ZOulhadj commented 1 year ago

A recent commit fixed this, the issue was that the model path was being set after parsing the model instead of setting it before.