JoeyDeVries / LearnOpenGL

Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
https://learnopengl.com
Other
10.6k stars 2.73k forks source link

need update assimp head file #333

Open tuxianchao opened 1 year ago

tuxianchao commented 1 year ago

should provide libassimp.dylib for macos, because i found use repo assimp head file and /usr/local/lib/libassimp.dylib will cause header file and dylib not same version.

like :

Texture failed to load at path: s_dif.png Texture failed to load at path: s_ddn.png Texture failed to load at path: s_refl.png

take long time found this issue, hope for fix it.

simpzan commented 8 months ago

I created a PR to fix this. I tested on macOS and it works. https://github.com/JoeyDeVries/LearnOpenGL/pull/374