directrl / monospace

general LWJGL 3D game engine with a focus on voxels
MIT License
0 stars 0 forks source link

Wavefront OBJ models load without textures #9

Open directrl opened 1 month ago

directrl commented 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

directrl commented 1 month ago

In a further inspection, it seems that for OBJ models with embedded textures, both aiGetMaterialTexture returns an empty string and aiScene.mNumTextures() returns 0