mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Go back to smaller dither radius factor
This commit is contained in:
parent
bb899e51f7
commit
693a7a6dc3
@ -204,7 +204,7 @@ void iter(
|
||||
|
||||
{{precalc_camera(pcp.camera)}}
|
||||
if (threadIdx.y == 5 && threadIdx.x == 4) {
|
||||
float ditherwidth = {{pcp.camera.dither_width}} * 0.5f;
|
||||
float ditherwidth = {{pcp.camera.dither_width}} * 0.33f;
|
||||
float u0 = mwc_next_01(rctx);
|
||||
float r = ditherwidth * sqrtf(-2.0f * log2f(u0) / M_LOG2E);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user