library/vcl/ - It contains the 3D graphics library. src/main.cpp - The one C++ file containing our source code, which will be deployed afterwards into an standalone executable. For this short tutorial ...
norm_eye = (view * vec4 (vertex_normal, 0.0)).xyz;; pos_eye = (view * vec4 (vertex_position, 1.0)).xyz; ...