Open makew0rld opened 3 years ago
@makeworld-the-better-one This is not a bug, when you compile and run the raylib c version example you will also get the same WARNING The reason for this is that the LoadModel method will have this WARNING when model.materialCount == 0, the .obj in the example is without material
@makeworld-the-better-one Actually, the material is already running properly and loaded Take a look at the running program
@chunqian How does it work on the examples page page then?
Seems to me like this doesn't match the upstream behaviour and should be re-opened.
Most examples are working great on Linux, I'm happy to see it! cubicmap and first_person_maze, for example. But the PBR one is not.
Here is a screenshot:
Some details come through but the overall color is not there.
Here is the log:
Key line is:
All other files are loaded successfully, I'm not sure why this one failed.
Build command is from the README.