We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is quite pedantic but it did make me think I had my setup wrong.
In the section on Building the Tutorials http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/#building-the-tutorials
For each environment the docs say you should see a black background but the code actually sets it to blue https://github.com/opengl-tutorials/ogl/blob/master/playground/playground.cpp#L51
Again, super picky but might confuse others as it did me. OTOH, it got me into the code right away! So... :D
Also, I'd be happy to send a PR but not sure where the tutorial documents are...only see the code in here.
BTW, these are fantastic...thank you!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is quite pedantic but it did make me think I had my setup wrong.
In the section on Building the Tutorials
http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/#building-the-tutorials
For each environment the docs say you should see a black background but the code actually sets it to blue
https://github.com/opengl-tutorials/ogl/blob/master/playground/playground.cpp#L51
Again, super picky but might confuse others as it did me. OTOH, it got me into the code right away! So... :D
Also, I'd be happy to send a PR but not sure where the tutorial documents are...only see the code in here.
BTW, these are fantastic...thank you!!
The text was updated successfully, but these errors were encountered: