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

reflection update interval fix

This commit is contained in:
milek7
2019-09-11 23:34:01 +02:00
parent 5fdd56b642
commit eec042197d
4 changed files with 6 additions and 10 deletions

View File

@@ -372,7 +372,7 @@ class opengl_renderer
glm::mat4 m_cabshadowtexturematrix; // conversion from cab-centric world space to light-centric clip space
int m_environmentcubetextureface{0}; // helper, currently processed cube map face
int m_environmentupdatetime{0}; // time of the most recent environment map update
double m_environmentupdatetime{0}; // time of the most recent environment map update
glm::dvec3 m_environmentupdatelocation; // coordinates of most recent environment map update
opengl_particles m_particlerenderer; // particle visualization subsystem