Tagged Questions
3
votes
1answer
362 views
Strange mesh import problem with Assimp and OpenGL
Using the assimp library for importing 3D data into an OpenGL application. I get some strange problems regarding indexing of the vertices:
If I use the following code for importing vertex indices:
...