-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example 05_character renders incorrectly #12
Comments
The missing character file is due to the files being out of sync, which I fixed in f38fdcf. |
Console and debug log for the OpenGL build are as follows: 05_character_console_output.txt Just like example 3, the demo works when I switch do D3D. |
When building from 6ed1f1c the output no longer looks quite as random when using OpenGL: I'm not sure how clear this is from a still image, but you can now see the ground plane and the character's base circle, and you can move the character around, but the mesh looks as if it somehow explodes around the character's origin. |
It took me an incredibly long amount of time to figure this out, but I think this issue is now solved. |
To compile example
05_character
I had to modify the file name for the character model (the trivial patch is attached after the text.)After doing that I get the following output instead of the expected animated character:
(Built from the latest master (00fc8af) using VS2017 on Windows 10 Pro 64 bit with GeForce GTX 1080 graphics card, driver version 417.35, 4k monitor.)
05_example_file_name_fix.zip
The text was updated successfully, but these errors were encountered: