File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4545#define OFFICIAL_VERSION_STRING "3.7.1"
4646#define OFFICIAL_VERSION_NUMBER 371
4747
48- #define POV_RAY_PRERELEASE "alpha.8557270 "
48+ #define POV_RAY_PRERELEASE "alpha.8578982 "
4949
5050#if (POV_RAY_IS_AUTOBUILD == 1 ) && ((POV_RAY_IS_OFFICIAL == 1 ) || (POV_RAY_IS_SEMI_OFFICIAL == 1 ))
5151#ifdef POV_RAY_PRERELEASE
Original file line number Diff line number Diff line change @@ -288,8 +288,12 @@ void Parser::Run()
288288 strcat (str, str [0 ] ? " , backside illumination" : " backside illumination" );
289289 if (mExperimentalFlags .functionHf )
290290 strcat (str, str [0 ] ? " , function '.hf'" : " function '.hf'" );
291+ if (mExperimentalFlags .lommelSeeliger )
292+ strcat (str, str [0 ] ? " , Lommel-Seeliger diffuse model" : " Lommel-Seeliger diffuse model" );
291293 if (mExperimentalFlags .meshCamera )
292294 strcat (str, str [0 ] ? " , mesh camera" : " mesh camera" );
295+ if (mExperimentalFlags .orenNayar )
296+ strcat (str, str [0 ] ? " , Oren-Nayar diffuse model" : " Oren-Nayar diffuse model" );
293297 if (mExperimentalFlags .slopeAltitude )
294298 strcat (str, str [0 ] ? " , slope pattern altitude" : " slope pattern altitude" );
295299 if (mExperimentalFlags .spline )
Original file line number Diff line number Diff line change 1- 3.7.1-alpha.8557270
1+ 3.7.1-alpha.8578982
You can’t perform that action at this time.
0 commit comments