Skip to content

Commit

Permalink
Merge pull request #56 from Tatsuya79/patch-1
Browse files Browse the repository at this point in the history
crt-geom slightly change default parameters
  • Loading branch information
hizzlekizzle authored Mar 25, 2018
2 parents b9f5ac1 + 683e4ac commit e7501ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crt/shaders/crt-geom.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#pragma parameter CRTgamma "CRTGeom Target Gamma" 2.4 0.1 5.0 0.1
#pragma parameter monitorgamma "CRTGeom Monitor Gamma" 2.2 0.1 5.0 0.1
#pragma parameter d "CRTGeom Distance" 1.5 0.1 3.0 0.1
#pragma parameter d "CRTGeom Distance" 1.6 0.1 3.0 0.1
#pragma parameter CURVATURE "CRTGeom Curvature Toggle" 1.0 0.0 1.0 1.0
#pragma parameter R "CRTGeom Curvature Radius" 2.0 0.1 10.0 0.1
#pragma parameter cornersize "CRTGeom Corner Size" 0.03 0.001 1.0 0.005
Expand All @@ -38,7 +38,7 @@
#ifndef PARAMETER_UNIFORM
#define CRTgamma 2.4
#define monitorgamma 2.2
#define d 1.5
#define d 1.6
#define CURVATURE 1.0
#define R 2.0
#define cornersize 0.03
Expand Down

0 comments on commit e7501ec

Please sign in to comment.