<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.povray.org/content?action=history&amp;feed=atom&amp;title=User%3ALe_Forgeron%2Fvault%2FRefImgCameraSampleScene</id>
	<title>User:Le Forgeron/vault/RefImgCameraSampleScene - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.povray.org/content?action=history&amp;feed=atom&amp;title=User%3ALe_Forgeron%2Fvault%2FRefImgCameraSampleScene"/>
	<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=User:Le_Forgeron/vault/RefImgCameraSampleScene&amp;action=history"/>
	<updated>2026-04-04T06:33:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.povray.org/content?title=User:Le_Forgeron/vault/RefImgCameraSampleScene&amp;diff=4902&amp;oldid=prev</id>
		<title>Le Forgeron: Created page with &quot;File:RefImgCameraSampleScene.jpg  &lt;source lang=&quot;pov&quot;&gt; #version 3.7; global_settings { assumed_gamma 1.0 }   camera { perspective location -20*z rotate 25*x rotate 55*y up ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=User:Le_Forgeron/vault/RefImgCameraSampleScene&amp;diff=4902&amp;oldid=prev"/>
		<updated>2011-12-08T19:24:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/content/File:RefImgCameraSampleScene.jpg&quot; title=&quot;File:RefImgCameraSampleScene.jpg&quot;&gt;File:RefImgCameraSampleScene.jpg&lt;/a&gt;  &amp;lt;source lang=&amp;quot;pov&amp;quot;&amp;gt; #version 3.7; global_settings { assumed_gamma 1.0 }   camera { perspective location -20*z rotate 25*x rotate 55*y up ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:RefImgCameraSampleScene.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;pov&amp;quot;&amp;gt;&lt;br /&gt;
#version 3.7;&lt;br /&gt;
global_settings { assumed_gamma 1.0 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
camera { perspective&lt;br /&gt;
location -20*z&lt;br /&gt;
rotate 25*x&lt;br /&gt;
rotate 55*y&lt;br /&gt;
up 10*y&lt;br /&gt;
right 10*x&lt;br /&gt;
direction 10*z&lt;br /&gt;
sky y&lt;br /&gt;
look_at &amp;lt;0,0,5&amp;gt;&lt;br /&gt;
angle 70&lt;br /&gt;
}&lt;br /&gt;
#declare KK=3;&lt;br /&gt;
#include &amp;quot;scene.inc&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===scene.inc===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;pov&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#include &amp;quot;colors.inc&amp;quot;&lt;br /&gt;
#include &amp;quot;finish.inc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
light_source { &amp;lt;-10,10,-40&amp;gt;, 1 }&lt;br /&gt;
sphere { 0,2 texture &lt;br /&gt;
{ pigment { checker pigment {colour White}, pigment { colour Green } rotate 45*z } &lt;br /&gt;
finish { Glossy } } translate 10*z }&lt;br /&gt;
&lt;br /&gt;
sphere { 0,1 texture { pigment {colour Magenta} finish { Glossy } } translate -4*y+x*4+1*z } &lt;br /&gt;
sphere { 0,1 texture { pigment {colour MediumAquamarine} finish { Glossy } } translate -4*y-x*4-5*z } &lt;br /&gt;
sphere { 0,1 texture { pigment {colour MediumGoldenrod} finish { Glossy } } translate -4*y-x*0-2*z } &lt;br /&gt;
&lt;br /&gt;
#declare HUGE=1000000;&lt;br /&gt;
//box { &amp;lt;-HUGE,-2,2&amp;gt;,&amp;lt;HUGE,-HUGE,HUGE&amp;gt;&lt;br /&gt;
intersection {&lt;br /&gt;
plane { y,-2 }&lt;br /&gt;
plane { -z,-2 }&lt;br /&gt;
	//rotate 0.01*x &lt;br /&gt;
		texture &lt;br /&gt;
{ pigment { checker pigment {colour Yellow}, pigment { colour Cyan } } &lt;br /&gt;
finish { Glossy } } }&lt;br /&gt;
&lt;br /&gt;
sky_sphere {&lt;br /&gt;
   pigment { gradient y&lt;br /&gt;
      color_map { &lt;br /&gt;
      [0 color Cyan]&lt;br /&gt;
      [0.1 color Cyan]&lt;br /&gt;
      [0.2 color Orange]&lt;br /&gt;
      [0.4 color Orange]&lt;br /&gt;
      [0.4 color Aquamarine]&lt;br /&gt;
      [0.6 color Aquamarine]&lt;br /&gt;
         [0.8 color White ] &lt;br /&gt;
         [1 color White ] &lt;br /&gt;
      }&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
box { -2,2 texture { pigment { color Red } finish { Dull }} translate 10*z+5*x+5*y }&lt;br /&gt;
box { -2,2 texture { pigment { color VioletRed } finish { Dull }} translate 10*z-5*x }&lt;br /&gt;
box { -2,2 texture { pigment { color RichBlue } finish { Dull }} translate 20*z+10*x }&lt;br /&gt;
&lt;br /&gt;
#if (defined(KK))&lt;br /&gt;
#for(i,0,180,90/3)&lt;br /&gt;
torus { 2,0.03 rotate 90*x rotate i*y texture { pigment { color Blue } finish { ambient 1.0 diffuse 0} } }&lt;br /&gt;
torus { 2,0.03 rotate i*x texture { pigment { color Blue } finish { ambient 1.0 diffuse 0} } }&lt;br /&gt;
#end&lt;br /&gt;
#declare H2=0.05;&lt;br /&gt;
#for(i,-1,1,2/5)&lt;br /&gt;
difference {&lt;br /&gt;
	box { &amp;lt;-1,-H2/2,-1&amp;gt;,&amp;lt;1,H2/2,1&amp;gt; }&lt;br /&gt;
	box { &amp;lt;-1+H2/2,-H2,-1+H2/2&amp;gt;,&amp;lt;1-H2/2,H2,1-H2/2&amp;gt; }&lt;br /&gt;
	texture { pigment { color Black } finish { ambient 1.0 diffuse 0 } } &lt;br /&gt;
	translate i*y&lt;br /&gt;
}&lt;br /&gt;
difference {&lt;br /&gt;
	box { &amp;lt;-1,-H2/2,-1&amp;gt;,&amp;lt;1,H2/2,1&amp;gt; }&lt;br /&gt;
	box { &amp;lt;-1+H2/2,-H2,-1+H2/2&amp;gt;,&amp;lt;1-H2/2,H2,1-H2/2&amp;gt; }&lt;br /&gt;
	texture { pigment { color Black } finish { ambient 1.0 diffuse 0 } } &lt;br /&gt;
	rotate 90*x&lt;br /&gt;
	translate i*z&lt;br /&gt;
}&lt;br /&gt;
difference {&lt;br /&gt;
	box { &amp;lt;-1,-H2/2,-1&amp;gt;,&amp;lt;1,H2/2,1&amp;gt; }&lt;br /&gt;
	box { &amp;lt;-1+H2/2,-H2,-1+H2/2&amp;gt;,&amp;lt;1-H2/2,H2,1-H2/2&amp;gt; }&lt;br /&gt;
	texture { pigment { color Black } finish { ambient 1.0 diffuse 0 } } &lt;br /&gt;
	rotate 90*z&lt;br /&gt;
	translate i*x&lt;br /&gt;
}&lt;br /&gt;
#end&lt;br /&gt;
#end&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Le Forgeron</name></author>
	</entry>
</feed>