We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3145086 commit 8e04a89Copy full SHA for 8e04a89
1 file changed
src/frontend/explorer/RenderWidget.cpp
@@ -572,7 +572,7 @@ class RenderWidgetInternal {
572
const auto sunDirName = SceneProperty::fromString("sky_sun_dir");
573
auto sunDirParameter = std::make_shared<SceneObject>(SceneObject::OT_PARAMETER, "vector", Path{});
574
sunDirParameter->setProperty("name", sunDirName);
575
- sunDirParameter->setProperty("value", SceneProperty::fromVector3(-default_ea.toDirectionYUp()));
+ sunDirParameter->setProperty("value", SceneProperty::fromVector3(default_ea.toDirectionYUp()));
576
577
const auto upName = SceneProperty::fromString("sky_up");
578
auto upParameter = std::make_shared<SceneObject>(SceneObject::OT_PARAMETER, "vector", Path{});
0 commit comments