In this video, I show how to update your OpenGL implementation to version 4.2. For this to work you will need a DirectX 11 card which are the 500 series if you use Nvidia. First download and install the latest drivers of the graphics card. Then download the Glew source code. Next, compile the Glew source using Mingw and install. Finally, use the newly compiled Glew library to test the GL implementation using the .cpp program I uploaded at
https://github.com/GraphicsProgrammer/OpenGL-Implementation-Test
A batch file for compiling Glew:
https://gist.github.com/1541821
@Theawesomenessisme I don't think this comment section would be the best place for that, but you can always send me messages. Thanks for the feedback.
GraphicsProgrammer 2 months ago
Nice vids. can you explain something about calculating tangents for normal maps ???
Theawesomenessisme 2 months ago