summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-12-03 15:33:15 -0800
committerGraham Linden <graham@lindenlab.com>2018-12-03 15:33:15 -0800
commitb6fa72d3c4d02527f6d118eadc9ba1ac48a297f5 (patch)
tree8b2025afc4049f0b8238ba994852082675ab25d1 /indra/llinventory/llsettingssky.h
parent79049c49bd34d58c3a3140d4fc50f586e45f3047 (diff)
SL-10055
Modify handling of directional light to prefer sun when it is up but use moon dir/color when it is alone in the sky. Modify handling of shader in shaders to get some shadowing of ambient and nighttime shadowing.
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r--indra/llinventory/llsettingssky.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h
index 796120ba03..bac8b52e65 100644
--- a/indra/llinventory/llsettingssky.h
+++ b/indra/llinventory/llsettingssky.h
@@ -272,6 +272,8 @@ public:
bool getIsMoonUp() const;
LLVector3 getLightDirection() const;
+ LLColor3 getLightDiffuse() const;
+
LLVector3 getSunDirection() const;
LLVector3 getMoonDirection() const;
LLColor4U getFadeColor() const;