All right guys,
I've been using Assimp for a while now and in most of the cases it works fine! But then this happened:

View from the Assimp viewer:

Post processing:
const aiScene* scene = importer.ReadFile( pFile, aiProcess_GenNormals | aiProcess_CalcTangentSpace | aiProcess_GenUVCoords | aiProcess_Triangulate | aiProcess_FlipUVs | aiProcess_TransformUVCoords | aiProcess_SortByPType);
Now I don't think there's anything wrong with my other code as many previous examples worked perfectly!
Now this may be a bit vein, but does anybody know what could be the problem? (BTW. In Assimp, that model is the huge cube in my program)






