<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.povray.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HALFWITS</id>
	<title>POV-Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.povray.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HALFWITS"/>
	<link rel="alternate" type="text/html" href="https://wiki.povray.org/content/Special:Contributions/HALFWITS"/>
	<updated>2026-04-16T22:05:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.povray.org/content?title=File:Stereo_pair_1.jpg&amp;diff=278</id>
		<title>File:Stereo pair 1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=File:Stereo_pair_1.jpg&amp;diff=278"/>
		<updated>2007-12-13T03:46:02Z</updated>

		<summary type="html">&lt;p&gt;HALFWITS: uploaded a new version of &amp;quot;Image:Stereo pair 1.jpg&amp;quot;: A small stereo pair for parallel viewing generated by POVRay. 

To view an image like this in 3d, you need to FOCUS your eyes on the screen, but CONVERGE them at infinity. 

Stare at the pair of ima&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A small stereo pair for parallel viewing generated by POVRay.&lt;br /&gt;
&lt;br /&gt;
To view an image like this in 3d, you need to FOCUS your eyes on the screen, but CONVERGE them at infinity.&lt;br /&gt;
&lt;br /&gt;
Stare at the pair of images for a few seconds, and then relax your eyes.  Instead of the two cubes, you will start to see double - and your immediate reaction will be to stare again, bringing the four cubes back to two.  If you force yourself to relax your eyes (that's a bit of a contradiction isn't it)  the four cubes will become '''three''' as the two central cubes merge into a single image.&lt;br /&gt;
&lt;br /&gt;
At this moment your eyes are CONVERGED at infinity - and they are probably also focussed there, so the three cubes will appear blurred.&lt;br /&gt;
&lt;br /&gt;
The trick is to force them back into FOCUS on the screen without losing the impression of seeing three cubes, the middle one floating clearly above the chequered plane.&lt;br /&gt;
&lt;br /&gt;
Once you have mastered this technique, you can view progressively bigger stereo pairs and enjoy a whole new view of 3d imagery.&lt;/div&gt;</summary>
		<author><name>HALFWITS</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=File:Stereo_pair_1.jpg&amp;diff=277</id>
		<title>File:Stereo pair 1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=File:Stereo_pair_1.jpg&amp;diff=277"/>
		<updated>2007-12-13T03:38:37Z</updated>

		<summary type="html">&lt;p&gt;HALFWITS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A small stereo pair for parallel viewing generated by POVRay.&lt;br /&gt;
&lt;br /&gt;
To view an image like this in 3d, you need to FOCUS your eyes on the screen, but CONVERGE them at infinity.&lt;br /&gt;
&lt;br /&gt;
Stare at the pair of images for a few seconds, and then relax your eyes.  Instead of the two cubes, you will start to see double - and your immediate reaction will be to stare again, bringing the four cubes back to two.  If you force yourself to relax your eyes (that's a bit of a contradiction isn't it)  the four cubes will become '''three''' as the two central cubes merge into a single image.&lt;br /&gt;
&lt;br /&gt;
At this moment your eyes are CONVERGED at infinity - and they are probably also focussed there, so the three cubes will appear blurred.&lt;br /&gt;
&lt;br /&gt;
The trick is to force them back into FOCUS on the screen without losing the impression of seeing three cubes, the middle one floating clearly above the chequered plane.&lt;br /&gt;
&lt;br /&gt;
Once you have mastered this technique, you can view progressively bigger stereo pairs and enjoy a whole new view of 3d imagery.&lt;/div&gt;</summary>
		<author><name>HALFWITS</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=HowTo:Create_anaglyph_images&amp;diff=276</id>
		<title>HowTo:Create anaglyph images</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=HowTo:Create_anaglyph_images&amp;diff=276"/>
		<updated>2007-12-13T03:23:42Z</updated>

		<summary type="html">&lt;p&gt;HALFWITS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have been working with 'stereo' imagery for many years - I come from the Dan Dare and Weetabix days - and made a study of it at Cambridge University in the sixties.&lt;br /&gt;
&lt;br /&gt;
There are a great many ways of seeing the world in stereo, but perhaps the simplest is using parallel images.  You may prefer to view them cross-eyed, but personally I have never managed this.&lt;br /&gt;
&lt;br /&gt;
On a computer, these are very easy to manipulate as you can easily resize the pair of images to suit your eyes - starting off small and  increasing the size and resolution as your eyes become accustomed to viewing such images.&lt;br /&gt;
&lt;br /&gt;
[[Image:Stereo_pair_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Stereo pairs are created by putting together two 'photos' taken at the positions where your two eyes would be - and viewing one with each eye.  Obviously eyes vary in separation, but as scenes are scaled arbitrarily the distance between 'photos' is also arbitrary.  You can adjust the separation to fit the scene, and also adjust for effect rather than scientific reality.&lt;br /&gt;
&lt;br /&gt;
The simplest way to perform this in POVRay is to move the camera (and viewpoint) using the clock variable.&lt;br /&gt;
&lt;br /&gt;
Use the parameter '''+KFI0 +KFF1''' in the command line box, and  &lt;br /&gt;
'''camera { location  &amp;lt; clock - 0.5, 5, 10&amp;gt;  look_at   &amp;lt; clock - 0.5, 0, 0&amp;gt; }''' in your scene, which will move the camera by one unit between shots.&lt;br /&gt;
&lt;br /&gt;
The rest of the scene can be as simple or as complex as you wish - this is the scene shown above. . .&lt;br /&gt;
&lt;br /&gt;
'''plane { &amp;lt;0, 1, 0&amp;gt;, -10  pigment { checker color rgb&amp;lt;1,1,0&amp;gt;, color rgb&amp;lt;0,1,1&amp;gt;  scale 20  }  }'''&lt;br /&gt;
&lt;br /&gt;
'''box {  &amp;lt; 0, 0, 0&amp;gt;,  &amp;lt; 2, 2, 2&amp;gt;   texture {  pigment { color rgb&amp;lt;.5, .5, .5&amp;gt; }  } rotate &amp;lt;30,30,30&amp;gt;  }'''&lt;br /&gt;
&lt;br /&gt;
'''light_source { &amp;lt;0,100,100&amp;gt; rgb&amp;lt;2,1,1&amp;gt; }'''&lt;br /&gt;
&lt;br /&gt;
Running the scene (TEST.POV in this case) will produce TEST0.bmp and TEST1.bmp.  I copied these into a photoeditor and placed them side by side saving them as a single JPG shown above.&lt;br /&gt;
&lt;br /&gt;
The advantage of side-by-side images is that they can be viewed in full-colour, although prolonged abuse of the eyes can be painful and ultimately damaging to your eyes.&lt;br /&gt;
&lt;br /&gt;
An '''ANAGLYPH''' is the term usually used for a combination of a stereo pair of greyscale images which you view through special glasses - typically red-green or red-cyan.  &lt;br /&gt;
&lt;br /&gt;
The two greyscale images are tinted to the colours of the lenses, and merged into a single image.  Each eye will only see one of the images.  The 3-d impresssion is less than perfect, but more relaxing on the eyes in the long run, and can be considerably larger than side-by-side images.&lt;br /&gt;
&lt;br /&gt;
You can create these images with sophisticated photo-manipulation programs like Photoshop, but it is much easier to use a dedicated tool (search for Stereo Photomaker on the web or download from [http://stereo.jpn.org/eng/stphmkr/file/stphmkre322all.zip here ]) which does the one job very well.&lt;br /&gt;
&lt;br /&gt;
The special red-green or red-cyan glasses are readily available on eBay for 'pennies', and shouldn't be confused with LCD shutter glasses (which cost about 25GBP/40EUR/50USD) or Polaroid glasses (which are about 10GBP/15EUR/20USD).&lt;br /&gt;
&lt;br /&gt;
Polaroid glasses are designed for projected images (using a pair of projectors) and shutter glasses are designed for use with certain video cards on CRT monitors (television screens rather than flat panels).  Both of these produce excellent full-colour 3d impressions without eye-strain but require specialist equipment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you get the hang of creating anyglyphic images, you can easily move up to animations, although the clock method doesn't work here.&lt;br /&gt;
&lt;br /&gt;
I produce a suitable animation with a constant in the header that will move the camera to a left-eye or right-eye position, and perform two runs, creating left and right-eye image sets.&lt;br /&gt;
&lt;br /&gt;
I merge these sets into side-by-side videos using VIDEOMACH by [http://www.gromada.com Gromada] which has tools for making an AVI file from a set of BMPs, and for producing multipane presentations from a set of videos.  There is also a version of the StereoPhotomaker which produces anaglyphic movies from a pair of videos.&lt;br /&gt;
&lt;br /&gt;
There are some sample video animations on DivX's '''Stage 6''' in the '''HALFWITS''' collection - I will be uploading the anaglyphic images shortly.&lt;br /&gt;
&lt;br /&gt;
Pat Crabb MA ''(Cantab)''&lt;/div&gt;</summary>
		<author><name>HALFWITS</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=HowTo:Create_anaglyph_images&amp;diff=275</id>
		<title>HowTo:Create anaglyph images</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=HowTo:Create_anaglyph_images&amp;diff=275"/>
		<updated>2007-12-13T03:16:30Z</updated>

		<summary type="html">&lt;p&gt;HALFWITS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have been working with 'stereo' imagery for many years - I come from the Dan Dare and Weetabix days - and made a study of it at Cambridge University in the sixties.&lt;br /&gt;
&lt;br /&gt;
There are a great many ways of seeing the world in stereo, but perhaps the simplest is using parallel images.  You may prefer to view them cross-eyed, but personally I have never managed this.&lt;br /&gt;
&lt;br /&gt;
On a computer, these are very easy to manipulate as you can easily resize the pair of images to suit your eyes - starting off small and  increasing the size and resolution as your eyes become accustomed to viewing such images.&lt;br /&gt;
&lt;br /&gt;
[[Image:Stereo_pair_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Stereo pairs are created by putting together two 'photos' taken at the positions where your two eyes would be - and viewing one with each eye.  Obviously eyes vary in separation, but as scenes are scaled arbitrarily the distance between 'photos' is also arbitrary.  You can adjust the separation to fit the scene, and also adjust for effect rather than scientific reality.&lt;br /&gt;
&lt;br /&gt;
The simplest way to perform this in POVRay is to move the camera (and viewpoint) using the clock variable.&lt;br /&gt;
&lt;br /&gt;
Use the parameter '''+KFI0 +KFF1''' in the command line box, and  &lt;br /&gt;
'''camera { location  &amp;lt; clock - 0.5, 5, 10&amp;gt;  look_at   &amp;lt; clock - 0.5, 0, 0&amp;gt; }''' in your scene, which will move the camera by one unit between shots.&lt;br /&gt;
&lt;br /&gt;
The rest of the scene can be as simple or as complex as you wish - this is the scene shown above. . .&lt;br /&gt;
&lt;br /&gt;
'''plane { &amp;lt;0, 1, 0&amp;gt;, -10  pigment { checker color rgb&amp;lt;1,1,0&amp;gt;, color rgb&amp;lt;0,1,1&amp;gt;  scale 20  }  }'''&lt;br /&gt;
&lt;br /&gt;
'''box {  &amp;lt; 0, 0, 0&amp;gt;,  &amp;lt; 2, 2, 2&amp;gt;   texture {  pigment { color rgb&amp;lt;.5, .5, .5&amp;gt; }  } rotate &amp;lt;30,30,30&amp;gt;  }'''&lt;br /&gt;
&lt;br /&gt;
'''light_source { &amp;lt;0,100,100&amp;gt; rgb&amp;lt;2,1,1&amp;gt; }'''&lt;br /&gt;
&lt;br /&gt;
Running the scene (TEST.POV in this case) will produce TEST0.bmp and TEST1.bmp.  I copied these into a photoeditor and placed them side by side saving them as a single JPG shown above.&lt;br /&gt;
&lt;br /&gt;
The advantage of side-by-side images is that they can be viewed in full-colour, although prolonged abuse of the eyes can be painful and ultimately damaging to your eyes.&lt;br /&gt;
&lt;br /&gt;
An '''ANAGLYPH''' is the term usually used for a combination of a stereo pair of greyscale images which you view through special glasses - typically red-green or red-cyan.  &lt;br /&gt;
&lt;br /&gt;
The two greyscale images are tinted to the colours of the lenses, and merged into a single image.  Each eye will only see one of the images.  The 3-d impresssion is less than perfect, but more relaxing on the eyes in the long run, and can be considerably larger than side-by-side images.&lt;br /&gt;
&lt;br /&gt;
You can create these images with sophisticated photo-manipulation programs like Photoshop, but it is much easier to use a dedicated tool (search for Stereo Photomaker on the web or download from [http://stereo.jpn.org/eng/stphmkr/file/stphmkre322all.zip here ]) which does the one job very well.&lt;br /&gt;
&lt;br /&gt;
The special red-green or red-cyan glasses are readily available on eBay for 'pennies', and shouldn't be confused with LCD shutter glasses (which cost about 25GBP/40EUR/50USD) or Polaroid glasses (which are about 10GBP/15EUR/20USD).&lt;br /&gt;
&lt;br /&gt;
Polaroid glasses are designed for projected images (using a pair of projectors) and shutter glasses are designed for use with certain video cards on CRT monitors (television screens rather than flat panels).  Both of these produce excellent full-colour 3d impressions without eye-strain but require specialist equipment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you get the hang of creating anyglyphic images, you can easily move up to animations, although the clock method doesn't work here.&lt;br /&gt;
&lt;br /&gt;
I produce a suitable animation with a constant in the header that will move the camera to a left-eye or right-eye position, and perform two runs, creating left and right-eye image sets.&lt;br /&gt;
&lt;br /&gt;
I merge these sets into a side-by-side video using VIDEOMACH by [http://www.gromada.com Gromada]&lt;/div&gt;</summary>
		<author><name>HALFWITS</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=HowTo:Create_anaglyph_images&amp;diff=274</id>
		<title>HowTo:Create anaglyph images</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=HowTo:Create_anaglyph_images&amp;diff=274"/>
		<updated>2007-12-13T02:48:00Z</updated>

		<summary type="html">&lt;p&gt;HALFWITS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have been working with 'stereo' imagery for many years - I come from the Dan Dare and Weetabix days - and made a study of it at Cambridge University in the sixties.&lt;br /&gt;
&lt;br /&gt;
There are a great many ways of seeing the world in stereo, but perhaps the simplest is using parallel images.  You may prefer to view them cross-eyed, but personally I have never managed this.&lt;br /&gt;
&lt;br /&gt;
On a computer, these are very easy to manipulate as you can easily resize the pair of images to suit your eyes - starting off small and  increasing the size and resolution as your eyes become accustomed to viewing such images.&lt;br /&gt;
&lt;br /&gt;
[[Image:Stereo_pair_1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Stereo pairs are created by putting together two 'photos' taken at the positions where your two eyes would be - and viewing one with each eye.  Obviously eyes vary in separation, but as scenes are scaled arbitrarily the distance between 'photos' is also arbitrary.  You can adjust the separation to fit the scene, and also adjust for effect rather than scientific reality.&lt;br /&gt;
&lt;br /&gt;
The simplest way to perform this in POVRay is to move the camera (and viewpoint) using the clock variable.&lt;br /&gt;
&lt;br /&gt;
Use the parameter '''+KFI0 +KFF1''' in the command line box, and  &lt;br /&gt;
'''camera { location  &amp;lt; clock - 0.5, 5, 10&amp;gt;  look_at   &amp;lt; clock - 0.5, 0, 0&amp;gt; }''' in your scene, which will move the camera by one unit between shots.&lt;br /&gt;
&lt;br /&gt;
The rest of the scene can be as simple or as complex as you wish - this is the scene shown above. . .&lt;br /&gt;
&lt;br /&gt;
'''plane { &amp;lt;0, 1, 0&amp;gt;, -10  pigment { checker color rgb&amp;lt;1,1,0&amp;gt;, color rgb&amp;lt;0,1,1&amp;gt;  scale 20  }  }'''&lt;br /&gt;
&lt;br /&gt;
'''box {  &amp;lt; 0, 0, 0&amp;gt;,  &amp;lt; 2, 2, 2&amp;gt;   texture {  pigment { color rgb&amp;lt;.5, .5, .5&amp;gt; }  } rotate &amp;lt;30,30,30&amp;gt;  }'''&lt;br /&gt;
&lt;br /&gt;
'''light_source { &amp;lt;0,100,100&amp;gt; rgb&amp;lt;2,1,1&amp;gt; }'''&lt;br /&gt;
&lt;br /&gt;
Running the scene (TEST.POV in this case) will produce TEST0.bmp and TEST1.bmp.  I copied these into a photoeditor and placed them side by side saving them as a single JPG shown above.&lt;br /&gt;
&lt;br /&gt;
The advantage of side-by-side images is that they can be viewed in full-colour, although prolonged abuse of the eyes can be painful and ultimately damaging to your eyes.&lt;br /&gt;
&lt;br /&gt;
An '''ANAGLYPH''' is the term usually used for a combination of greyscale images which you view through special glasses - typically red-green or red-cyan.  &lt;br /&gt;
&lt;br /&gt;
The two greyscale images are tinted to the colours of the lenses, and merged into a single image.  Each eye will only see one of the images.  The 3-d impresssion is less than perfect, but more relaxing on the eyes in the long run, and can be considerably larger than side-by-side images.&lt;br /&gt;
&lt;br /&gt;
You can create these images with sophisticated photo-manipulation programs like Photoshop, but it is much easier to use a dedicated tool (search for Stereo Photomaker on the web or download from here-&amp;gt;[http://stereo.jpn.org/eng/stphmkr/file/stphmkre322all.zip]) which does the one job very well.&lt;br /&gt;
&lt;br /&gt;
The special red-green or red-cyan glasses are readily available on eBay for 'pennies', and shouldn't be confused with LCD shutter glasses (which cost about 25GBP/40EUR/50USD) or Polaroid glasses (which are about 10GBP/15EUR/20USD).&lt;br /&gt;
&lt;br /&gt;
Polaroid glasses are designed for projected images (using a pair of projectors) and shutter glasses are designed for use with certain video cards on CRT monitors (television screens rather than flat panels).  Both of these produce excellent full-colour 3d impressions without eye-strain but require specialist equipment.&lt;/div&gt;</summary>
		<author><name>HALFWITS</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=File:Stereo_pair_1.jpg&amp;diff=273</id>
		<title>File:Stereo pair 1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=File:Stereo_pair_1.jpg&amp;diff=273"/>
		<updated>2007-12-13T01:40:56Z</updated>

		<summary type="html">&lt;p&gt;HALFWITS: A small stereo pair for parallel viewing generated by POVRay&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A small stereo pair for parallel viewing generated by POVRay&lt;/div&gt;</summary>
		<author><name>HALFWITS</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=HowTo:Create_anaglyph_images&amp;diff=271</id>
		<title>HowTo:Create anaglyph images</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=HowTo:Create_anaglyph_images&amp;diff=271"/>
		<updated>2007-12-13T00:54:20Z</updated>

		<summary type="html">&lt;p&gt;HALFWITS: 3d-rendering is one thing, but 3d viewing opens up a whole new world.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have been working with 'stereo' imagery for many years - I come from the Dan Dare and Weetabix days - and made a study of it at Cambridge University in the sixties.&lt;br /&gt;
&lt;br /&gt;
There are a great many ways of seeing the world in stereo, but perhaps the simplest is using parallel images.  You may prefer to view them cross-eyed, but personally I have never managed this.&lt;br /&gt;
&lt;br /&gt;
On a computer, these are very easy to manipulate as you can easily resize the pair of images to suit your eyes - starting off small and  increasing the size and resolution as your eyes become accustomed to viewing such images.&lt;/div&gt;</summary>
		<author><name>HALFWITS</name></author>
	</entry>
</feed>