git-svn-id: svn://db.shs.com.ru/libs@659 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "renderer_material.h"
|
||||
#include "renderer_service.h"
|
||||
#include "renderer_selection.h"
|
||||
#include "glframebuffer_mipmap.h"
|
||||
#include <QQueue>
|
||||
|
||||
|
||||
@@ -101,7 +102,8 @@ protected:
|
||||
private:
|
||||
float exposure_;
|
||||
bool edit_mode, need_init_shaders, is_camera_light;
|
||||
Framebuffer fbo_ds, fbo_out, fbo_small_4, fbo_small_16, fbo_1x1;
|
||||
Framebuffer fbo_ds, fbo_out, fbo_1x1;
|
||||
FramebufferMipmap fbomm;
|
||||
/*QOpenGLShaderProgram * shader_fxaa, * shader_ds_0, * shader_ds_1, * shader_hdr, * shader_small;
|
||||
QOpenGLShaderProgram * shader_bloom_0, * shader_bloom_1, * shader_motion_blur, * shader_fbo_add;
|
||||
QOpenGLShaderProgram * shader_shadow, * shader_ssr, * shader_ssr_blur, * shader_ssr_merge;
|
||||
|
||||
Reference in New Issue
Block a user