mirror of
https://github.com/leozide/leocad
synced 2024-12-25 21:58:23 +01:00
Directional light update
This commit is contained in:
parent
8cfadc804d
commit
73d28c67b1
1 changed files with 2 additions and 2 deletions
|
@ -1500,7 +1500,7 @@ void lcQPropertiesTree::SetLight(lcObject* Focus)
|
|||
}
|
||||
break;
|
||||
case lcLightType::Directional:
|
||||
Type = tr("Sun");
|
||||
Type = tr("Directional");
|
||||
FactorALabel = tr("Angle (°)");
|
||||
FactorAToolTip = tr("Angular diamater of the sun as seen from the Earth.");
|
||||
ExponentLabel = tr("Strength");
|
||||
|
|
Loading…
Reference in a new issue