I recently started learning Direct3D. Wrote my first program to read and display content from an .obj file. There was a problem processing the texture. It doesn't display correctly. What's my mistake?
Link to my program and test model - https://drive.google.com/file/d/1XtolMahZBEzXaIRDNrV19kGY9ISeMXar/view?usp=sharing
I tried to read the model manually, without using loops, the result was the same.