Etay Meiri

Results 25 comments of Etay Meiri

The texture class is using STB image by default but this demo uses a PCX image which is not supported. You can switch to ImageMagick by commenting in USE_IMAGE_MAGICK at...

The assertion makes sure that the current polygon is indeed a triangle because the code is not ready for points and lines. Try to disable it and see what happens....

I've just pushed a few fixes. Can you please recheck?

Closing the issue due to no update. If the problem returns please reopen. Thanks for reporting!

I'm closing this issue for now. Please reopen if there is still a problem. Thanks for the report.

Sorry about that. Looks like a bad assimp update. I checked in a fix. Please pull and try again.

Unfortunately I'm unable to reproduce this problem. I assume you are running the original code. Perhaps try to decrease the resolution of the window a bit so that it will...

Oops. The dll is now checked in as well.

Closing this issue as there hasn't been an update. Please reopen if needed.

This one is trickier. I may have created the submodule incorrecty. Try the following: git submodule init git pull --recurse-submodules