diff options
Diffstat (limited to 'src/modules/ray')
-rw-r--r-- | src/modules/ray/ray.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/ray/ray.c b/src/modules/ray/ray.c index 5a2dd40..c0c067e 100644 --- a/src/modules/ray/ray.c +++ b/src/modules/ray/ray.c @@ -112,7 +112,8 @@ static ray_scene_t scene = { .objects = objects, .lights = lights, .ambient_color = { .x = 1.0f, .y = 1.0f, .z = 1.0f }, - .ambient_brightness = .04f, + .ambient_brightness = .1f, + .gamma = .55f, }; static float r; |