summaryrefslogtreecommitdiff
path: root/src/modules/ray/ray.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/ray/ray.c')
-rw-r--r--src/modules/ray/ray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ray/ray.c b/src/modules/ray/ray.c
index bb9c042..1e58f3b 100644
--- a/src/modules/ray/ray.c
+++ b/src/modules/ray/ray.c
@@ -83,7 +83,7 @@ static ray_object_t lights[] = {
{
.light = {
.type = RAY_OBJECT_TYPE_LIGHT,
- .brightness = 1.0,
+ .brightness = 15.0f,
.emitter = {
.point.type = RAY_LIGHT_EMITTER_TYPE_POINT,
.point.center = { .x = 3.0f, .y = 3.0f, .z = 3.0f },
© All Rights Reserved