16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 17:09:19 +02:00

inversed view transform uniform

This commit is contained in:
tmj-fstate
2019-11-29 16:20:21 +01:00
parent f9febd5887
commit 194400e1af
3 changed files with 5 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ void gl::glsl_common_setup()
{
mat4 projection;
mat4 lightview;
mat4 inv_view;
vec3 scene_extra;
float time;
};