summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-02-09 18:58:37 +1100
committerquou <quou@disroot.org>2025-02-09 18:58:37 +1100
commitb158b17aa56f097fabf2fdfc4ce5645239c4bc8d (patch)
treee3e2ce4a1d977cd41d742fca02121be67595d90d
parent7c6eada2beedfe865f15c29894b9bb82203f6de1 (diff)
sun colour
-rw-r--r--c2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c2.cpp b/c2.cpp
index d1aa36a..06c31c5 100644
--- a/c2.cpp
+++ b/c2.cpp
@@ -744,7 +744,7 @@ struct C2 : public App {
{
auto sun = world->create_entity();
auto [light] = world->add<Sun_Light>(sun);
- light.colour = v3f(1.0f);
+ light.colour = v3f(1.0f, 0.95f, 0.80f);
light.dir = v3f(0.57f, 0.57f, 0.57f);
light.brightness = 1.0f;
}