Joey de Vries
|
d756ed80fa
|
Add full source code of the finished (and revised code) Breakout example. Not set up for cross-platform compilation as it has irrKlang and FreeType dependency, but at least source code is available online (and can be referenced from Breakout chapters).
|
2020-04-22 15:47:23 +02:00 |
|
Joey de Vries
|
f4b6763356
|
Update GLM to latest version (0.9.9.3). This includes GLM's change of matrices no longer default initializing to the identity matrix. This commit thus also includes the update of all of LearnOpenGL's code to reflect this: all matrices are now constructor-initialized to the identity matrix where relevant.
|
2018-12-30 14:27:14 +01:00 |
|
Shivpratap Chauhan
|
2d16ef0fe2
|
GLFW hint GLFW_OPENGL_FORWARD_COMPAT is must on osx to create glfw
window successfully
|
2017-07-12 17:06:00 +05:30 |
|
Matthew Taylor
|
4a94fbf2bf
|
Add commented out code to allow window creation on OSX
|
2017-06-18 01:53:16 +01:00 |
|
Joey de Vries
|
6f9706af45
|
Code re-work: Debugging
|
2017-04-25 18:59:08 +02:00 |
|
Joey de Vries
|
0a46f53608
|
Template PBR lighting tut with folder re-structure to fit PBR tuts.
|
2016-12-12 21:10:58 +01:00 |
|