We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1235495 commit de2c9a1Copy full SHA for de2c9a1
1 file changed
apps/exercises/ch07_DiffuseSphere/DiffuseSphere.cpp
@@ -2,7 +2,7 @@
2
* \file DiffuseSphere.cpp
3
* \details Core profile OpenGL application with diffuse lighted sphere with
4
* GLFW as the OS GUI interface (http://www.glfw.org/).
5
- * \date December 2015 (HS15)
+ * \date December 2025 (HS25)
6
* \authors Marcus Hudritsch
7
* \copyright http://opensource.org/licenses/GPL-3.0
8
*/
@@ -12,6 +12,7 @@
12
#include <SLMat4.h> // 4x4 matrix class
13
#include <SLVec3.h> // 3D vector class
14
#include <glUtils.h> // Basics for OpenGL shaders, buffers & textures
15
+#include <Utils.h> // Provides math constants (PI, HALFPI) and string utils
16
17
//-----------------------------------------------------------------------------
18
//! Struct definition for vertex attributes position and normal
0 commit comments