Open directrl opened 1 month ago
Embedded textures don't load at all even if they are inside the AIScene thing, for external textures see render/Material#65
In a further inspection, it seems that for OBJ models with embedded textures, both aiGetMaterialTexture returns an empty string and aiScene.mNumTextures() returns 0
aiGetMaterialTexture
aiScene.mNumTextures()
Embedded textures don't load at all even if they are inside the AIScene thing, for external textures see render/Material#65