<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[GMan's Mods & Stuff — Bugfix (orthogonal cameras)]]></title>
	<link rel="self" href="https://gprogs.com/extern.php?action=feed&amp;tid=435&amp;type=atom" />
	<updated>2011-03-20T16:12:12Z</updated>
	<generator>PunBB</generator>
	<id>https://gprogs.com/viewtopic.php?id=435</id>
		<entry>
			<title type="html"><![CDATA[Re: Bugfix (orthogonal cameras)]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1652#p1652" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2011-03-20T16:12:12Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1652#p1652</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Bugfix (orthogonal cameras)]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1651#p1651" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[porcus]]></name>
				<uri>https://gprogs.com/profile.php?id=127</uri>
			</author>
			<updated>2011-03-16T12:38:42Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1651#p1651</id>
		</entry>
</feed>
