<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Weird reverse perspective,&#160;animated</title>
	<atom:link href="http://boingboing.net/2010/06/14/weird-reverse-perspe.html/feed" rel="self" type="application/rss+xml" />
	<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html</link>
	<description>Brain candy for Happy Mutants</description>
	<lastBuildDate>Thu, 20 Jun 2013 01:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: Beanolini</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-812801</link>
		<dc:creator>Beanolini</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-812801</guid>
		<description>Maybe I am being pedantic, but you&#039;ll get a quite different result if you can replace the perspective divide. In standard perspective projection, the rate of change of screen size is greatest at the near z plane, and straight lines will always be projected straight.

In your projection, rate of change of screen size is greatest at the far z plane (demonstrated in the video by the cars rapidly changing in size near far z, not changing much at near z), and straight lines will curve increasingly as they approach far z (demonstrated in the video by the increasing width of the road approaching far z).

Replacing the perspective divide with a multiply would give a uniform increase of size with distance, and straight lines would (I think) remain straight after projection.

If you did write a shader that could replace the perspective divide, this would also give far greater control over the strength of the &#039;reverse perspective&#039; effect- you could even animate from standard to reverse perspective- that I would love to see.

</description>
		<content:encoded><![CDATA[<p>Maybe I am being pedantic, but you&#8217;ll get a quite different result if you can replace the perspective divide. In standard perspective projection, the rate of change of screen size is greatest at the near z plane, and straight lines will always be projected straight.</p>
<p>In your projection, rate of change of screen size is greatest at the far z plane (demonstrated in the video by the cars rapidly changing in size near far z, not changing much at near z), and straight lines will curve increasingly as they approach far z (demonstrated in the video by the increasing width of the road approaching far z).</p>
<p>Replacing the perspective divide with a multiply would give a uniform increase of size with distance, and straight lines would (I think) remain straight after projection.</p>
<p>If you did write a shader that could replace the perspective divide, this would also give far greater control over the strength of the &#8216;reverse perspective&#8217; effect- you could even animate from standard to reverse perspective- that I would love to see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810242</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810242</guid>
		<description>Can you be more specific?  Can&#039;t find anything remotely similar to this online.  The song isn&#039;t on whosampled, nor is it any of the songs in the Chief&#039;s tribute to Chick Corea.</description>
		<content:encoded><![CDATA[<p>Can you be more specific?  Can&#8217;t find anything remotely similar to this online.  The song isn&#8217;t on whosampled, nor is it any of the songs in the Chief&#8217;s tribute to Chick Corea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arkizzle / Moderator</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810254</link>
		<dc:creator>arkizzle / Moderator</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810254</guid>
		<description>This version was never released. The original is &lt;a href=&quot;http://www.youtube.com/watch?v=yAkvx5L-zGE&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>This version was never released. The original is <a href="http://www.youtube.com/watch?v=yAkvx5L-zGE">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feedbackart</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810266</link>
		<dc:creator>feedbackart</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810266</guid>
		<description>I&#039;m with Flatfive: credit for the music???</description>
		<content:encoded><![CDATA[<p>I&#8217;m with Flatfive: credit for the music???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beanolini</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-823837</link>
		<dc:creator>Beanolini</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-823837</guid>
		<description>Does the road widen unevenly, though? In the video, it appears to widen more on the left side of the screen than the right (it curves more on the left side than the right; the left side is further from the centre line than the right). 

I think this is probably more apparent in your &#039;perpendicular array&#039; test video- the blocks appear to be arranged in a curve, and the far blocks seem to slow slightly as they approach the (horizontal) centre of the screen, and &#039;surge&#039; away from it.

It is, admittedly, quite subtle, and you could tweak it quite a lot by moving the far z. I think, though, that it gives a (subliminal?) &#039;seasick&#039; sort of effect, and a linear increase might give a &#039;cleaner&#039; result. But I guess the small difference may not be worth the extra work.

I appreciate it too, it&#039;s made me think a lot about the artefacts of perspective projection.</description>
		<content:encoded><![CDATA[<p>Does the road widen unevenly, though? In the video, it appears to widen more on the left side of the screen than the right (it curves more on the left side than the right; the left side is further from the centre line than the right). </p>
<p>I think this is probably more apparent in your &#8216;perpendicular array&#8217; test video- the blocks appear to be arranged in a curve, and the far blocks seem to slow slightly as they approach the (horizontal) centre of the screen, and &#8216;surge&#8217; away from it.</p>
<p>It is, admittedly, quite subtle, and you could tweak it quite a lot by moving the far z. I think, though, that it gives a (subliminal?) &#8216;seasick&#8217; sort of effect, and a linear increase might give a &#8216;cleaner&#8217; result. But I guess the small difference may not be worth the extra work.</p>
<p>I appreciate it too, it&#8217;s made me think a lot about the artefacts of perspective projection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMS7</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-824861</link>
		<dc:creator>JMS7</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-824861</guid>
		<description>Hmm.. In fairness though, the road is never really on-axis WRT the camera, so it will display subtle RP in the slightly-off-x direction as well as z. Do you know what I mean?

And if you pause the &#039;perpendicular array&#039; video, you can take a ruler and see that the edges of the objects form a straight edge into farZ, even if it looks curved to the eye.

Or if you go on to the next test, you can see a grid of actual lines, and see no curvature.

And I&#039;m not sure how the geometry would curve with the very minor changes I&#039;ve made to the perspective matrix. Would I not need more complex maths to do that?</description>
		<content:encoded><![CDATA[<p>Hmm.. In fairness though, the road is never really on-axis WRT the camera, so it will display subtle RP in the slightly-off-x direction as well as z. Do you know what I mean?</p>
<p>And if you pause the &#8216;perpendicular array&#8217; video, you can take a ruler and see that the edges of the objects form a straight edge into farZ, even if it looks curved to the eye.</p>
<p>Or if you go on to the next test, you can see a grid of actual lines, and see no curvature.</p>
<p>And I&#8217;m not sure how the geometry would curve with the very minor changes I&#8217;ve made to the perspective matrix. Would I not need more complex maths to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beanolini</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-811556</link>
		<dc:creator>Beanolini</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-811556</guid>
		<description>&lt;blockquote&gt;The projection matrix is the digital manifestation of how-perspective-functions in the CG universe. I inverted the way that works; hence perspective in the CG universe is now reversed. I&#039;m not sure of your distinction. What exactly would I have to do to &quot;truly reverse perspective&quot; to your satisfaction?&lt;/blockquote&gt;

The projection matrix is not the whole picture. That just maps the view to a unit cube, and stores distance in the 4th (w) component of each vertex. 

The perspective divide is where perspective is actually applied- this happens after the projection transform; x,y, and z are divided by the w component.

In your example, you&#039;ve not changed the 4th row of your matrix, so your w component is identical to a standard perspective projection. Now when the perspective divide happens, your x &amp; y will map to the same position as normal, whereas your z will map to something like farz-z. So you&#039;re effectively reversing position in the z-buffer.

What you really want is screenx=x*z; you&#039;re getting something that resembles screenx=x/(farz-z) instead. It does make things increase size with distance, but not in an exact reversal of perspective.

Incidentally, why do you flip x as well as z?

To get true reverse perspective, you&#039;d have to get rid of the perspective divide, and replace it with a multiply instead. 

You can&#039;t (as far as I know) stop it doing the perspective divide in OpenGL or D3D, but if you force w components to be 1 (use 0,0,0,1 in the w bit of the projection matrix) it will effectively do nothing. You could then do the projection and the perspective multiply in a vertex shader, and you would really have &#039;true reverse perspective&#039;. Sounds like a fun experiment. 


</description>
		<content:encoded><![CDATA[<blockquote><p>The projection matrix is the digital manifestation of how-perspective-functions in the CG universe. I inverted the way that works; hence perspective in the CG universe is now reversed. I&#8217;m not sure of your distinction. What exactly would I have to do to &#8220;truly reverse perspective&#8221; to your satisfaction?</p></blockquote>
<p>The projection matrix is not the whole picture. That just maps the view to a unit cube, and stores distance in the 4th (w) component of each vertex. </p>
<p>The perspective divide is where perspective is actually applied- this happens after the projection transform; x,y, and z are divided by the w component.</p>
<p>In your example, you&#8217;ve not changed the 4th row of your matrix, so your w component is identical to a standard perspective projection. Now when the perspective divide happens, your x &#038; y will map to the same position as normal, whereas your z will map to something like farz-z. So you&#8217;re effectively reversing position in the z-buffer.</p>
<p>What you really want is screenx=x*z; you&#8217;re getting something that resembles screenx=x/(farz-z) instead. It does make things increase size with distance, but not in an exact reversal of perspective.</p>
<p>Incidentally, why do you flip x as well as z?</p>
<p>To get true reverse perspective, you&#8217;d have to get rid of the perspective divide, and replace it with a multiply instead. </p>
<p>You can&#8217;t (as far as I know) stop it doing the perspective divide in OpenGL or D3D, but if you force w components to be 1 (use 0,0,0,1 in the w bit of the projection matrix) it will effectively do nothing. You could then do the projection and the perspective multiply in a vertex shader, and you would really have &#8216;true reverse perspective&#8217;. Sounds like a fun experiment. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sogwa</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-814122</link>
		<dc:creator>Sogwa</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-814122</guid>
		<description>I&#039;ve done that b4 but I never noticed any wierd effects from the polarized glasses upside down OR looking at them thru the front instead of properly from behind.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done that b4 but I never noticed any wierd effects from the polarized glasses upside down OR looking at them thru the front instead of properly from behind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sweetcarovan</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810041</link>
		<dc:creator>Sweetcarovan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810041</guid>
		<description>This made me feel a bit seasick...</description>
		<content:encoded><![CDATA[<p>This made me feel a bit seasick&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMS7</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-811582</link>
		<dc:creator>JMS7</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-811582</guid>
		<description>Wow, I&#039;m not even sure I agree with your assessment, but that&#039;s &lt;i&gt;pedantic&lt;/i&gt;.

As I said, the &quot;truly&quot; is to differentiate from earlier inconsistent implementations of RP, just that.</description>
		<content:encoded><![CDATA[<p>Wow, I&#8217;m not even sure I agree with your assessment, but that&#8217;s <i>pedantic</i>.</p>
<p>As I said, the &#8220;truly&#8221; is to differentiate from earlier inconsistent implementations of RP, just that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beanolini</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810564</link>
		<dc:creator>Beanolini</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810564</guid>
		<description>&lt;blockquote&gt;Perspective is truly reversed&lt;/blockquote&gt;

Er, no. You&#039;re just tweaking the projection matrix, the perspective divide is still happening.

It&#039;s effectively reversing the direction of the depth buffer in a particularly perverse way. You can get the same effect by clearing the depth buffer to the opposite end, and reversing the depth test.

If I get time, I&#039;ll post an OpenGL example.

</description>
		<content:encoded><![CDATA[<blockquote><p>Perspective is truly reversed</p></blockquote>
<p>Er, no. You&#8217;re just tweaking the projection matrix, the perspective divide is still happening.</p>
<p>It&#8217;s effectively reversing the direction of the depth buffer in a particularly perverse way. You can get the same effect by clearing the depth buffer to the opposite end, and reversing the depth test.</p>
<p>If I get time, I&#8217;ll post an OpenGL example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beanolini</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810574</link>
		<dc:creator>Beanolini</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810574</guid>
		<description>OK, there&#039;s a python script &lt;a href=&quot;http://www.misericordiamusic.co.uk/images/temp/reversetest.py&quot;&gt;here&lt;/a&gt; to demonstrate with a teapot. Needs Python (I&#039;m on 2.6), wxPython &amp; PyOpenGL.

Press the button to reverse the z-test, L-click &amp; drag to rotate, R-click &amp; drag to zoom.

With reverse off, it does
&#160;&#160;&#160;&#160;glClearDepth(1.0)
&#160;&#160;&#160;&#160;glDepthFunc(GL_LESS)
and with reverse on,
&#160;&#160;&#160;&#160;glClearDepth(0.0)
&#160;&#160;&#160;&#160;glDepthFunc(GL_GREATER)</description>
		<content:encoded><![CDATA[<p>OK, there&#8217;s a python script <a href="http://www.misericordiamusic.co.uk/images/temp/reversetest.py">here</a> to demonstrate with a teapot. Needs Python (I&#8217;m on 2.6), wxPython &#038; PyOpenGL.</p>
<p>Press the button to reverse the z-test, L-click &#038; drag to rotate, R-click &#038; drag to zoom.</p>
<p>With reverse off, it does<br />
&nbsp;&nbsp;&nbsp;&nbsp;glClearDepth(1.0)<br />
&nbsp;&nbsp;&nbsp;&nbsp;glDepthFunc(GL_LESS)<br />
and with reverse on,<br />
&nbsp;&nbsp;&nbsp;&nbsp;glClearDepth(0.0)<br />
&nbsp;&nbsp;&nbsp;&nbsp;glDepthFunc(GL_GREATER)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flatfive</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810073</link>
		<dc:creator>flatfive</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810073</guid>
		<description>Okay, I&#039;ll be the first to ask - what&#039;s that song?  </description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;ll be the first to ask &#8211; what&#8217;s that song?  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arkizzle / Moderator</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810087</link>
		<dc:creator>arkizzle / Moderator</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810087</guid>
		<description>Hip hop instrumental containing a sample of a Chick Corea song. </description>
		<content:encoded><![CDATA[<p>Hip hop instrumental containing a sample of a Chick Corea song. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eltanin Antenna</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810603</link>
		<dc:creator>Eltanin Antenna</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810603</guid>
		<description>The amazing thing is how quickly the eye (or rather, the brain) seems to adapt to it - I&#039;m sure that in just a few hours of walking around in a world like that, you could operate almost normally.</description>
		<content:encoded><![CDATA[<p>The amazing thing is how quickly the eye (or rather, the brain) seems to adapt to it &#8211; I&#8217;m sure that in just a few hours of walking around in a world like that, you could operate almost normally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMS7</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-823660</link>
		<dc:creator>JMS7</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-823660</guid>
		<description>Sounds like we&#039;re just coming at it from different... (dare I?) perspectives&lt;i&gt;!&lt;/i&gt;

http://www.instantrimshot.com

Butseriously, I&#039;m not sure what you mean by the straight-lines thing. Straight lines stay straight throughout; have a look at my test videos. Do you mean a sort of fish-eye distortion? You mention the road, above, but in world-space the road actually curves as it approaches farZ (to the left and up, over the hill) - is that what you are referring to?

&quot;&lt;I&gt;I&#039;m not sure there is one projection system that will &#039;reverse&#039; every single feature of &#039;standard&#039; perspective.&lt;/I&gt;&quot;

I&#039;m sure that&#039;s true, too. Again though, the &quot;true&quot; was not to say &quot;definitive&quot;, it was to distinguish it from previous, non-rules-consistent attempts (in paint, usually). 

When I originally wrote the description of TRP for the vimeo page, the paragraphs were arranged differently; the &quot;truly reversed&quot; phrase came directly after the descriptions of the previous RP styles, making it a comparison to them rather than an explicit declaration.

The paragraphs were rearranged for clarity, and that line ended up getting precedence over the RP descriptions, so the context was lost. This may have coloured your reading of my intent somewhat.

Thanks again, I really do appreciate the dialogue.</description>
		<content:encoded><![CDATA[<p>Sounds like we&#8217;re just coming at it from different&#8230; (dare I?) perspectives<i>!</i></p>
<p><a href="http://www.instantrimshot.com" rel="nofollow">http://www.instantrimshot.com</a></p>
<p>Butseriously, I&#8217;m not sure what you mean by the straight-lines thing. Straight lines stay straight throughout; have a look at my test videos. Do you mean a sort of fish-eye distortion? You mention the road, above, but in world-space the road actually curves as it approaches farZ (to the left and up, over the hill) &#8211; is that what you are referring to?</p>
<p>&#8220;<i>I&#8217;m not sure there is one projection system that will &#8216;reverse&#8217; every single feature of &#8216;standard&#8217; perspective.</i>&#8221;</p>
<p>I&#8217;m sure that&#8217;s true, too. Again though, the &#8220;true&#8221; was not to say &#8220;definitive&#8221;, it was to distinguish it from previous, non-rules-consistent attempts (in paint, usually). </p>
<p>When I originally wrote the description of TRP for the vimeo page, the paragraphs were arranged differently; the &#8220;truly reversed&#8221; phrase came directly after the descriptions of the previous RP styles, making it a comparison to them rather than an explicit declaration.</p>
<p>The paragraphs were rearranged for clarity, and that line ended up getting precedence over the RP descriptions, so the context was lost. This may have coloured your reading of my intent somewhat.</p>
<p>Thanks again, I really do appreciate the dialogue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arkizzle / Moderator</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810874</link>
		<dc:creator>arkizzle / Moderator</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810874</guid>
		<description>Yeah, he&#039;s a good kid :D</description>
		<content:encoded><![CDATA[<p>Yeah, he&#8217;s a good kid :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfrancis</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810109</link>
		<dc:creator>jfrancis</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810109</guid>
		<description>It&#039;s neat looking but the guy acts like it&#039;s never been done before. In the 70s and 80s when hidden surface removal was still a chore one of the first things you&#039;d wonder is what would happen if you changed the sorting, or made screen X and Y proportional to, instead of inversely proportional to Z.

Here&#039;s a web example from Martin Wattenberg, 1997

http://www.bewitched.com/m/models/depth.html</description>
		<content:encoded><![CDATA[<p>It&#8217;s neat looking but the guy acts like it&#8217;s never been done before. In the 70s and 80s when hidden surface removal was still a chore one of the first things you&#8217;d wonder is what would happen if you changed the sorting, or made screen X and Y proportional to, instead of inversely proportional to Z.</p>
<p>Here&#8217;s a web example from Martin Wattenberg, 1997</p>
<p><a href="http://www.bewitched.com/m/models/depth.html" rel="nofollow">http://www.bewitched.com/m/models/depth.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noahpoah</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810114</link>
		<dc:creator>noahpoah</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810114</guid>
		<description>I felt like the airplane character was underdeveloped, though I liked the tension between the red and blue cars. It takes real guts to leave that story line unresolved.</description>
		<content:encoded><![CDATA[<p>I felt like the airplane character was underdeveloped, though I liked the tension between the red and blue cars. It takes real guts to leave that story line unresolved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cinemajay</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810123</link>
		<dc:creator>cinemajay</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810123</guid>
		<description>Not sure what you mean by &quot;...the guy acts like it&#039;s never been done before...&quot; Since: 

1. If you click the link he only says it&#039;s not been done in CG before and 

2. He actually talks about the other times it &lt;i&gt;has&lt;/i&gt; been done before

</description>
		<content:encoded><![CDATA[<p>Not sure what you mean by &#8220;&#8230;the guy acts like it&#8217;s never been done before&#8230;&#8221; Since: </p>
<p>1. If you click the link he only says it&#8217;s not been done in CG before and </p>
<p>2. He actually talks about the other times it <i>has</i> been done before</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810126</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810126</guid>
		<description>A simpler but more mind-boggling trick is to switch the prism on an (old) 3-D projector. Objects will appear to almost vanish as they crash into the screen </description>
		<content:encoded><![CDATA[<p>A simpler but more mind-boggling trick is to switch the prism on an (old) 3-D projector. Objects will appear to almost vanish as they crash into the screen </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arkizzle / Moderator</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810128</link>
		<dc:creator>arkizzle / Moderator</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810128</guid>
		<description>JFrancis, from the description:

&quot;&lt;i&gt;I am unaware of anyone attempting a full environment in RP on purpose, but I can&#039;t imagine it hasn&#039;t happened, at the very least accidently, when people were developing computer-visualization algorithms and writing game-engines.&lt;/i&gt;&quot;

</description>
		<content:encoded><![CDATA[<p>JFrancis, from the description:</p>
<p>&#8220;<i>I am unaware of anyone attempting a full environment in RP on purpose, but I can&#8217;t imagine it hasn&#8217;t happened, at the very least accidently, when people were developing computer-visualization algorithms and writing game-engines.</i>&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a random John</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810136</link>
		<dc:creator>a random John</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810136</guid>
		<description>For an even more disturbing effect, attend a 3D movie and flip the polarized glasses they give you upside-down.  The background is suddenly sticking into your face while the foreground objects seem to punch moving holes in the background and are far away.</description>
		<content:encoded><![CDATA[<p>For an even more disturbing effect, attend a 3D movie and flip the polarized glasses they give you upside-down.  The background is suddenly sticking into your face while the foreground objects seem to punch moving holes in the background and are far away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beanolini</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-821913</link>
		<dc:creator>Beanolini</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-821913</guid>
		<description>&lt;blockquote&gt;but it seems that when perspective is reversed the rate-of-change-over-distance should be reversed too&lt;/blockquote&gt;

I guess that&#039;s one way of looking at it. I&#039;d argue that as &#039;standard&#039; perspective halves the size of an object as its distance doubles, &#039;reverse&#039; perspective should double its size as distance doubles. This would also result in straight lines in world-space being rendered straight in screen-space (I think this is quite important; you might disagree).

This would mean that rate of change of screen size would remain constant over the whole distance range- perhaps not a &#039;reversal&#039; of &#039;standard&#039; perspective, but definitely different. I&#039;m not sure there is one projection system that will &#039;reverse&#039; every single feature of &#039;standard&#039; perspective...




</description>
		<content:encoded><![CDATA[<blockquote><p>but it seems that when perspective is reversed the rate-of-change-over-distance should be reversed too</p></blockquote>
<p>I guess that&#8217;s one way of looking at it. I&#8217;d argue that as &#8216;standard&#8217; perspective halves the size of an object as its distance doubles, &#8216;reverse&#8217; perspective should double its size as distance doubles. This would also result in straight lines in world-space being rendered straight in screen-space (I think this is quite important; you might disagree).</p>
<p>This would mean that rate of change of screen size would remain constant over the whole distance range- perhaps not a &#8216;reversal&#8217; of &#8216;standard&#8217; perspective, but definitely different. I&#8217;m not sure there is one projection system that will &#8216;reverse&#8217; every single feature of &#8216;standard&#8217; perspective&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neurolux</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810160</link>
		<dc:creator>neurolux</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810160</guid>
		<description>...or build a pseudoscope and see the world around you this way. http://en.wikipedia.org/wiki/Pseudoscope</description>
		<content:encoded><![CDATA[<p>&#8230;or build a pseudoscope and see the world around you this way. <a href="http://en.wikipedia.org/wiki/Pseudoscope" rel="nofollow">http://en.wikipedia.org/wiki/Pseudoscope</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SkullHyphy</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810419</link>
		<dc:creator>SkullHyphy</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810419</guid>
		<description>cool game possibilities</description>
		<content:encoded><![CDATA[<p>cool game possibilities</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMS7</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810676</link>
		<dc:creator>JMS7</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810676</guid>
		<description>&quot;&lt;i&gt;If I get time, I&#039;ll post an OpenGL example.&lt;/i&gt;&quot;

Here, why not just use mine:

	glViewport(0, 0, w, h);
	glMatrixMode(GL_PROJECTION);

		float m[16] = { 
		-1.0f, 0.0f, 0.0f, 0.0f, 
		0.0f, 1.0f, 0.0f, 0.0f, 
		0.0f, 0.0f, -1.0f, 0.0f, 
		0.0f, 0.0f, 0.0f, 1.0f }; 

	glMatrixMode(GL_PROJECTION); 
	glLoadMatrixf(m); 

http://www.vimeo.com/12532918

&quot;&lt;i&gt;Er, no. You&#039;re just tweaking the projection matrix, the perspective divide is still happening.&lt;/i&gt;&quot;

Sigh. The projection matrix is the digital manifestation of how-perspective-functions in the CG universe. I inverted the way that works; hence perspective in the CG universe is now reversed. I&#039;m not sure of your distinction. What exactly would I have to do to &quot;truly reverse perspective&quot; to your satisfaction?

And I didn&#039;t &lt;i&gt;simply&lt;/i&gt; reverse the depth order. As seen above I &lt;i&gt;simply&lt;/i&gt; flipped the sign of the z-scale in a custom matrix, and then multiplied it by the PM, so that when the ViewFrustrum is stretched into the CanonicalViewVolume, it happens backwards (the VF is now backwards, so when the CVV transformation happens the vanishing point is now near (shrinks) and the focal point is now far (expands)).

Arkizzle made a decent attempt at it explaining it &lt;a href=&quot;http://www.boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810215&quot;&gt;above&lt;/a&gt;, about the &quot;in camera&quot; line. The &quot;truly&quot; is a way of separating this work from some of the other interpretations of Reverse Perspective that are not consistent in their application, like Russian Orthodox Icons etc. They follow the intent but not the rules. Here, the rules are everything.

I&#039;m not sure about your tone. It sounds like you&#039;re personally offended somehow.</description>
		<content:encoded><![CDATA[<p>&#8220;<i>If I get time, I&#8217;ll post an OpenGL example.</i>&#8221;</p>
<p>Here, why not just use mine:</p>
<p>	glViewport(0, 0, w, h);<br />
	glMatrixMode(GL_PROJECTION);</p>
<p>		float m[16] = {<br />
		-1.0f, 0.0f, 0.0f, 0.0f,<br />
		0.0f, 1.0f, 0.0f, 0.0f,<br />
		0.0f, 0.0f, -1.0f, 0.0f,<br />
		0.0f, 0.0f, 0.0f, 1.0f }; </p>
<p>	glMatrixMode(GL_PROJECTION);<br />
	glLoadMatrixf(m); </p>
<p><a href="http://www.vimeo.com/12532918" rel="nofollow">http://www.vimeo.com/12532918</a></p>
<p>&#8220;<i>Er, no. You&#8217;re just tweaking the projection matrix, the perspective divide is still happening.</i>&#8221;</p>
<p>Sigh. The projection matrix is the digital manifestation of how-perspective-functions in the CG universe. I inverted the way that works; hence perspective in the CG universe is now reversed. I&#8217;m not sure of your distinction. What exactly would I have to do to &#8220;truly reverse perspective&#8221; to your satisfaction?</p>
<p>And I didn&#8217;t <i>simply</i> reverse the depth order. As seen above I <i>simply</i> flipped the sign of the z-scale in a custom matrix, and then multiplied it by the PM, so that when the ViewFrustrum is stretched into the CanonicalViewVolume, it happens backwards (the VF is now backwards, so when the CVV transformation happens the vanishing point is now near (shrinks) and the focal point is now far (expands)).</p>
<p>Arkizzle made a decent attempt at it explaining it <a href="http://www.boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810215">above</a>, about the &#8220;in camera&#8221; line. The &#8220;truly&#8221; is a way of separating this work from some of the other interpretations of Reverse Perspective that are not consistent in their application, like Russian Orthodox Icons etc. They follow the intent but not the rules. Here, the rules are everything.</p>
<p>I&#8217;m not sure about your tone. It sounds like you&#8217;re personally offended somehow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMS7</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810679</link>
		<dc:creator>JMS7</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810679</guid>
		<description>Eltanin,

It&#039;s true :) But try working in this environment, there are still some oddities that don&#039;t come across in this video; like when you zoom toward an object it gets smaller! That take a lot of getting used to :)

Also, try the TRP-Silhouette video on the same vimeo page. You&#039;ll see that your brain can keep getting fooled, even though it knows the true shape of the geometry.</description>
		<content:encoded><![CDATA[<p>Eltanin,</p>
<p>It&#8217;s true :) But try working in this environment, there are still some oddities that don&#8217;t come across in this video; like when you zoom toward an object it gets smaller! That take a lot of getting used to :)</p>
<p>Also, try the TRP-Silhouette video on the same vimeo page. You&#8217;ll see that your brain can keep getting fooled, even though it knows the true shape of the geometry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hodge</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810682</link>
		<dc:creator>Hodge</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810682</guid>
		<description>Wow ! It&#039;s half like being in a three-sphere !</description>
		<content:encoded><![CDATA[<p>Wow ! It&#8217;s half like being in a three-sphere !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://boingboing.net/2010/06/14/weird-reverse-perspe.html#comment-810427</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-810427</guid>
		<description>If you go to a 3D movie, try turning the glasses around. It&#039;s kind of like the reverse perspective trick looking through a weird tunnel.

Oddly this is I see those weird steroegram pics where you look unfocused at carefully distorted visual noice.</description>
		<content:encoded><![CDATA[<p>If you go to a 3D movie, try turning the glasses around. It&#8217;s kind of like the reverse perspective trick looking through a weird tunnel.</p>
<p>Oddly this is I see those weird steroegram pics where you look unfocused at carefully distorted visual noice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
