Relative Content

Tag Archive for modelmeshassimp

Assimp load original vertex positions and face data

for an algorithm that I’m writing I need to load model files, so I tried using assimp today, however after loading a simple cube with assimp, it results in more vertices in the assimp datastructure than the original file had, and a lot of them are just duplicates.