mirror of
https://github.com/leozide/leocad
synced 2024-12-25 21:58:23 +01:00
Fixed POV-Ray area light export.
This commit is contained in:
parent
1df718ecd4
commit
75bee39ea8
1 changed files with 1 additions and 1 deletions
|
@ -2033,7 +2033,7 @@ bool Project::ExportPOVRay(const QString& FileName)
|
||||||
" #elseif (Type = AreaLight)\n"
|
" #elseif (Type = AreaLight)\n"
|
||||||
" area_light AreaWidth, AreaHeight, AreaRows, AreaColumns\n"
|
" area_light AreaWidth, AreaHeight, AreaRows, AreaColumns\n"
|
||||||
" jitter\n"
|
" jitter\n"
|
||||||
" #if (AreaCircle > 0 & AreaWidth > 2 & AreaHeight > 2 & AreaRows > 1 & AreaColumns > 1)\n"
|
" #if (AreaCircle > 0 & AreaRows > 1 & AreaColumns > 1)\n"
|
||||||
" circular \n"
|
" circular \n"
|
||||||
" #if (AreaWidth = AreaHeight & AreaRows = AreaColumns)\n"
|
" #if (AreaWidth = AreaHeight & AreaRows = AreaColumns)\n"
|
||||||
" orient\n"
|
" orient\n"
|
||||||
|
|
Loading…
Reference in a new issue