Skip to content

Commit

Permalink
Slightly increase the amount of torch flickering effect
Browse files Browse the repository at this point in the history
  • Loading branch information
depressed-pho committed Jan 13, 2019
1 parent c546ab7 commit a6ad512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shaders/glsl/natural-mystic-light.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ float torchLightFlicker(highp vec3 wPos, highp float time) {
* have access to such information. We instead generate a
* 4-dimensional simplex noise and slice it by time.
*/
const highp float amplitude = 0.30;
const highp float amplitude = 0.40;
const highp vec4 resolution = vec4(vec3(12.0), 0.8);

highp vec4 st = vec4(wPos, time) / resolution;
Expand Down

0 comments on commit a6ad512

Please sign in to comment.