vkdoom_m/src/gl/scene
2018-10-20 10:33:26 +02:00
..
gl_drawinfo.cpp - use a uniform buffer for per-scene data like rotation matrices. 2018-09-02 18:40:36 +02:00
gl_drawinfo.h - changed dynamic light setup so that it is completely in the processing pass, not the render pass. 2018-10-20 09:46:53 +02:00
gl_flats.cpp - fixed cherry-picked commit so that modern OpenGL can still do the light setup in the render pass. 2018-10-20 10:33:26 +02:00
gl_portal.cpp - fixed math imprecisions in horizon vertex generation. 2018-09-09 08:57:50 +02:00
gl_portal.h - fixed: GLScenePortal did not forward IsSky to its backing object. 2018-07-22 21:18:00 +02:00
gl_scene.cpp - changed dynamic light setup so that it is completely in the processing pass, not the render pass. 2018-10-20 09:46:53 +02:00
gl_skydome.cpp - use a uniform buffer for per-scene data like rotation matrices. 2018-09-02 18:40:36 +02:00
gl_sprite.cpp - changed dynamic light setup so that it is completely in the processing pass, not the render pass. 2018-10-20 09:46:53 +02:00
gl_walls_draw.cpp - fixed remaining issues with portal refactoring. 2018-06-23 23:03:34 +02:00
gl_weapon.cpp - refactored the entire Stereo3D system to get rid of the class hierarchy and all its ugly implications. 2018-06-24 17:16:07 +02:00