<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[GMan's Mods & Stuff — Bugfix (orthogonal cameras)]]></title>
		<link>https://gprogs.com/viewtopic.php?id=435</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=435&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Bugfix (orthogonal cameras).]]></description>
		<lastBuildDate>Sun, 20 Mar 2011 16:12:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Bugfix (orthogonal cameras)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1652#p1652</link>
			<description><![CDATA[<p>thanks porcus <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /> got it changed and will be in next release.&nbsp; if you need it recompiled now please just reply here and i will build the release now.</p><p>thanks again!</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Sun, 20 Mar 2011 16:12:12 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1652#p1652</guid>
		</item>
		<item>
			<title><![CDATA[Bugfix (orthogonal cameras)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1651#p1651</link>
			<description><![CDATA[<p>Hi,</p><p>Please exchange:</p><div class="codebox"><pre><code>void IrrScene_ICameraSceneNode_setProjectionMatrix(ICameraSceneNode* cam, matrix4* projection, bool isOrthogonal = false)
{
    if (cam)
        cam-&gt;setProjectionMatrix(*projection);
}</code></pre></div><p>with:</p><div class="codebox"><pre><code>void IrrScene_ICameraSceneNode_setProjectionMatrix(ICameraSceneNode* cam, matrix4* projection, bool isOrthogonal = false)
{
    if (cam)
        cam-&gt;setProjectionMatrix(*projection,isOrthogonal);
}</code></pre></div><p>Otherwise isOrthogonal() doesn&#039;t work.</p>]]></description>
			<author><![CDATA[null@example.com (porcus)]]></author>
			<pubDate>Wed, 16 Mar 2011 12:38:42 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1651#p1651</guid>
		</item>
	</channel>
</rss>
