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
|
@ -1487,7 +1487,7 @@ void lcQPropertiesTree::SetLight(lcObject* Focus)
|
|||
if (POVRayLight)
|
||||
{
|
||||
FactorALabel = tr("Radius (°)");
|
||||
FactorAToolTip = tr("The angle between the \"hot-spot\" edge at the beam center and the center line.");
|
||||
FactorAToolTip = tr("The angle between the \"hot-spot\" edge at the beam center and the center line.");
|
||||
SpotSizeToolTip = tr("Angle of the spotlight beam - Read only.");
|
||||
Factor[0] = Light->mSpotSize - Light->mSpotFalloff;
|
||||
SpotSizeProperty = PropertyFloatReadOnly;
|
||||
|
@ -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