소스 검색

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;


불러오는 중...
취소
저장