Skip to content

Commit

Permalink
Fixed POV-Ray area light export.
Browse files Browse the repository at this point in the history
  • Loading branch information
leozide committed Dec 20, 2024
1 parent 1df718e commit 75bee39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ bool Project::ExportPOVRay(const QString& FileName)
" #elseif (Type = AreaLight)\n"
" area_light AreaWidth, AreaHeight, AreaRows, AreaColumns\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"
" #if (AreaWidth = AreaHeight & AreaRows = AreaColumns)\n"
" orient\n"
Expand Down

0 comments on commit 75bee39

Please sign in to comment.