4242namespace pov {
4343
4444extern const char Benchmark_File[]=
45- " // This work is licensed under the POV-Ray v3.7 distribution license.\n "
46- " // To view a copy of this license, visit http://www.povray.org/licences/v3.7 /.\n "
45+ " // This work is licensed under the POV-Ray v3.8 distribution license.\n "
46+ " // To view a copy of this license, visit http://www.povray.org/licences/v3.8 /.\n "
4747 " //\n "
4848 " // The following exception is granted to the above license terms:\n "
4949 " // Permission is granted for this file and the output from it to be\n "
@@ -57,7 +57,7 @@ extern const char Benchmark_File[]=
5757 " // Persistence Of Vision Ray Tracer Scene Description File\n "
5858 " //\n "
5959 " // File: benchmark.pov\n "
60- " // Benchmark Vers: 2.02 Scene File Version\n "
60+ " // Benchmark Vers: 2.03 Scene File Version\n "
6161 " // Desc: POV-Ray benchmark scene\n "
6262 " // Date: October/November 2001 (initial release)\n "
6363 " //\n "
@@ -68,7 +68,7 @@ extern const char Benchmark_File[]=
6868 " //\n "
6969 " // ==================================================================\n "
7070 " //\n "
71- " // Standard POV-Ray benchmark version 2.02 Scene File Version\n "
71+ " // Standard POV-Ray benchmark version 2.03 Scene File Version\n "
7272 " //\n "
7373 " // This is the official POV-Ray benchmark scene. It is designed\n "
7474 " // to test a variety of POV-Ray features and should render in a\n "
@@ -90,7 +90,7 @@ extern const char Benchmark_File[]=
9090 " // make sure the differences are made clear when publishing them.\n "
9191 " //\n "
9292 " // When publishing results, be sure to quote the exact version of the\n "
93- " // benchmark scene used (2.02 Scene File Version), and the exact\n "
93+ " // benchmark scene used (2.03 Scene File Version), and the exact\n "
9494 " // version of POV-Ray.\n "
9595 " //\n "
9696 " // ==================================================================\n "
@@ -108,6 +108,7 @@ extern const char Benchmark_File[]=
108108 " // Jan. 2013 change version to 2.01 to differentiate from beta.\n "
109109 " // Feb 2013 Updated for v3.7\n "
110110 " // Nov. 2017 Re-synced distribution copy with built-in copy (new ver is 2.02)\n "
111+ " // Nov. 2017 Updated for v3.8 (new ver is 2.03)\n "
111112 " //\n "
112113 " // ==================================================================\n "
113114 " //\n "
@@ -193,15 +194,15 @@ extern const char Benchmark_File[]=
193194 " // User_Abort_Command=\n "
194195 " // User_Abort_Return=I\n "
195196 " // Verbose=On\n "
196- " // Version=3.7 \n "
197+ " // Version=3.8 \n "
197198 " // Warning_Console=On\n "
198199 " // Width=512\n "
199200 " //\n "
200201 " // ==================================================================\n "
201202 " \n "
202- " #version 3.7 ;\n "
203+ " #version 3.8 ;\n "
203204 " \n "
204- " #default { texture { finish { ambient 0 diffuse 1 }}}\n "
205+ " #default { texture { finish { ambient 0.02 diffuse 1 }}}\n "
205206 " \n "
206207 " #declare use_radiosity = false;\n "
207208 " \n "
@@ -246,12 +247,6 @@ extern const char Benchmark_File[]=
246247 " \n "
247248 " }\n "
248249 " \n "
249- " #if (use_radiosity=false)\n "
250- " #default {finish {ambient 0.02}}\n "
251- " #else\n "
252- " #default {finish {ambient 0.00}}\n "
253- " #end\n "
254- " \n "
255250 " //====================================================================================\n "
256251 " \n "
257252 " // This scene uses a non-standard camera set-up. \n "
@@ -442,7 +437,7 @@ extern const char Benchmark_File[]=
442437 " }\n "
443438 " finish {\n "
444439 " diffuse 0\n "
445- " ambient 1\n "
440+ " emission 1\n "
446441 " }\n "
447442 " }\n "
448443 " scale Rad*<20, 20, 4>\n "
@@ -776,7 +771,7 @@ extern const char Benchmark_File[]=
776771 " #declare Version_Text =\n "
777772 " text {\n "
778773 " internal 1 // ttf \" timrom.ttf\"\n "
779- " \" Version 3.7 \"\n "
774+ " \" Version 3.8 \"\n "
780775 " 0.25,0\n "
781776 " scale 0.3\n "
782777 " rotate 90*x\n "
0 commit comments