浏览代码

glsl letterbox and round corner & some new fancy animation!

master
父节点
当前提交
69b7eb3b30
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      neercs/video/render.cpp

+ 1
- 1
neercs/video/render.cpp 查看文件

@@ -99,7 +99,7 @@ float radial_value1 = 2.0f;
float radial_value2 = 0.8f;
float radial_color = 0; // color
bool postfx_scanline = true;
float postfx_deform = 0.5f; // deformation ratio
float postfx_deform = 0.625f; // deformation ratio

Shader *shader_simple, *shader_blur_h, *shader_blur_v;
Shader *shader_glow, *shader_radial, *shader_postfx;


正在加载...
取消
保存