Replies: 1 comment
-
However, if I try to make sure that the returned value does not exceed 1 by dividing the returned value by the maximum possible value (1 + 0.5 + 0.25 + 0.125 ...), the output image will be dimmer, and I personally think that's worse then the original version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code for turbulence is on following:
weight
started with 1.0, but the maximum value fornoise(temp_p)
is also 1.0. Then would it be possible that the returnedfabs(accum)
exceed 1.0?Beta Was this translation helpful? Give feedback.
All reactions