Open.GL
Open.GL copied to clipboard
The source code and content of Open.GL.
Hi there, Thanks very much for the OpenGL tutorial! The last time I touched OpenGL it was version 1.2! I had some trouble continuing on from the tutorial with textures...
Thanks for your efforts on this great tutorial.
There's an ad in the side bar that doesn't want to stay there  It disappears when zooming in (thanks to responsive layout mentioned in #48 ?), and doesn't obscure...
a set of tutorials + examples to use OpenGL with Qt . that would be very helpful .
Hi! It looks like you compiled the ebook with LaTeX. If so, do you mind using `lstinputlusting` to include the source code as it also offers syntax highlighting: ``` \usepackage{listingsutf8}...
The chapter about framebuffers suggests this: > Try changing the clear color of the scene and reading it back using glReadPixels to check if the scene renders properly to the...
I just finished your tutorials and they are great. I noticed, however, that most of the examples deal with a single primitive. It would be awesome to have a tutorial...
On line 33, you pass settings as 4th argument of window, this variable doesn't exist. I'm pretty sure the variable to use is context, I changed it, the code compile...
Maybe you can add an open asset importer (for drawing .objs) (and texturing them) guide?
Really awesome tutorial and thanks! but there isn't any mention of lighting, normals nor materials. I consider them to be quite important.