playmer / YTE

Other
11 stars 1 forks source link

Most meshes get parsed by assimp twice. #245

Closed playmer closed 4 years ago

playmer commented 5 years ago

When we load a mesh, we load it once to see if it has bones, without pre-transforming the verts, if it does we use it as is. If it doesn't we reload it, this time pretransforming the verts. I'll likely look into reversing this first, as most of the meshes don't have bones. But this should just be redone altogether differently by #88, which will make a format for meshes and skeletons.

Related: #88, #37

playmer commented 4 years ago

This has been resolved, we now have our own mesh/skeleton/animation formats. Soon we won't have assimp in YTE at all.