<?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: 10. OpenGL Scaling</title>
	<atom:link href="http://www.swiftless.com/tutorials/opengl/scaling.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.swiftless.com/tutorials/opengl/scaling.html</link>
	<description>Game Programming and Computer Graphics Tutorials</description>
	<lastBuildDate>Wed, 01 Feb 2012 09:19:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: kropcke</title>
		<link>http://www.swiftless.com/tutorials/opengl/scaling.html/comment-page-1#comment-3013</link>
		<dc:creator>kropcke</dc:creator>
		<pubDate>Fri, 11 Nov 2011 06:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://swiftless.com/wordpress/?p=157#comment-3013</guid>
		<description>Thank you again very much Swiftless.

I&#039;m getting a little more time nowadays to go through your tutorials. And I just want to say that I deeply appreciate all your hard work and for sharing your expertise and thoughts with the rest of us.

I don&#039;t think any of us take your time lightly. It is very kind of you.

-kropcke</description>
		<content:encoded><![CDATA[<p>Thank you again very much Swiftless.</p>
<p>I&#8217;m getting a little more time nowadays to go through your tutorials. And I just want to say that I deeply appreciate all your hard work and for sharing your expertise and thoughts with the rest of us.</p>
<p>I don&#8217;t think any of us take your time lightly. It is very kind of you.</p>
<p>-kropcke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swiftless</title>
		<link>http://www.swiftless.com/tutorials/opengl/scaling.html/comment-page-1#comment-1719</link>
		<dc:creator>Swiftless</dc:creator>
		<pubDate>Sun, 05 Jun 2011 02:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://swiftless.com/wordpress/?p=157#comment-1719</guid>
		<description>Hi Andrew,

This is a known problem. It occurred when I transferred the site from manual php to Wordpress. The version 2 and newest tutorials don&#039;t suffer from it because they are Wordpress friendly. It&#039;s one of those things I still have to get around to fixing.

Thanks,
Swiftless</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>This is a known problem. It occurred when I transferred the site from manual php to WordPress. The version 2 and newest tutorials don&#8217;t suffer from it because they are WordPress friendly. It&#8217;s one of those things I still have to get around to fixing.</p>
<p>Thanks,<br />
Swiftless</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://www.swiftless.com/tutorials/opengl/scaling.html/comment-page-1#comment-1716</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Sat, 04 Jun 2011 19:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://swiftless.com/wordpress/?p=157#comment-1716</guid>
		<description>For some reason The section of code you give is almost completely pushed out of the frame. I noticed this only seems to happen on pages where the ads are actually next to the section of code. I&#039;m not sure if it&#039;s a CSS issue or what but it does make it a little hard to read on some pages. The only browsers I have noticed this on have been Chrome and Explorer, I don&#039;t use firefox anymore so I don&#039;t know if it&#039;s there too.</description>
		<content:encoded><![CDATA[<p>For some reason The section of code you give is almost completely pushed out of the frame. I noticed this only seems to happen on pages where the ads are actually next to the section of code. I&#8217;m not sure if it&#8217;s a CSS issue or what but it does make it a little hard to read on some pages. The only browsers I have noticed this on have been Chrome and Explorer, I don&#8217;t use firefox anymore so I don&#8217;t know if it&#8217;s there too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swiftless</title>
		<link>http://www.swiftless.com/tutorials/opengl/scaling.html/comment-page-1#comment-1665</link>
		<dc:creator>Swiftless</dc:creator>
		<pubDate>Fri, 20 May 2011 02:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://swiftless.com/wordpress/?p=157#comment-1665</guid>
		<description>Hi A man,

What do you mean?

Thanks,
Swiftless</description>
		<content:encoded><![CDATA[<p>Hi A man,</p>
<p>What do you mean?</p>
<p>Thanks,<br />
Swiftless</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a man</title>
		<link>http://www.swiftless.com/tutorials/opengl/scaling.html/comment-page-1#comment-1650</link>
		<dc:creator>a man</dc:creator>
		<pubDate>Sat, 14 May 2011 16:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://swiftless.com/wordpress/?p=157#comment-1650</guid>
		<description>i cant see anything getting changed</description>
		<content:encoded><![CDATA[<p>i cant see anything getting changed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swiftless</title>
		<link>http://www.swiftless.com/tutorials/opengl/scaling.html/comment-page-1#comment-886</link>
		<dc:creator>Swiftless</dc:creator>
		<pubDate>Tue, 27 Jul 2010 00:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://swiftless.com/wordpress/?p=157#comment-886</guid>
		<description>Hi Imrn,

Yes, anything you do will be applied to all the following shapes unless you use glPushMatrix and glPopMatrix, which are mentioned in a later tutorial.

Cheers,
Swiftless</description>
		<content:encoded><![CDATA[<p>Hi Imrn,</p>
<p>Yes, anything you do will be applied to all the following shapes unless you use glPushMatrix and glPopMatrix, which are mentioned in a later tutorial.</p>
<p>Cheers,<br />
Swiftless</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imrn</title>
		<link>http://www.swiftless.com/tutorials/opengl/scaling.html/comment-page-1#comment-882</link>
		<dc:creator>Imrn</dc:creator>
		<pubDate>Mon, 26 Jul 2010 19:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://swiftless.com/wordpress/?p=157#comment-882</guid>
		<description>the scale functions seems to be applying on both cubes,  I tried adding glScalef( 1.0, 1.0, 1.0) before the rotation lines of second cube but both cubes get scaled</description>
		<content:encoded><![CDATA[<p>the scale functions seems to be applying on both cubes,  I tried adding glScalef( 1.0, 1.0, 1.0) before the rotation lines of second cube but both cubes get scaled</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swiftless</title>
		<link>http://www.swiftless.com/tutorials/opengl/scaling.html/comment-page-1#comment-310</link>
		<dc:creator>Swiftless</dc:creator>
		<pubDate>Tue, 06 Apr 2010 11:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://swiftless.com/wordpress/?p=157#comment-310</guid>
		<description>Thanks for the feedback.

I have noticed some issues with the code, this is all fixed in the new versions of the tutorials, once I get around to writing them all that is.

Cheers,
Swiftless</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback.</p>
<p>I have noticed some issues with the code, this is all fixed in the new versions of the tutorials, once I get around to writing them all that is.</p>
<p>Cheers,<br />
Swiftless</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pennypacker</title>
		<link>http://www.swiftless.com/tutorials/opengl/scaling.html/comment-page-1#comment-308</link>
		<dc:creator>pennypacker</dc:creator>
		<pubDate>Tue, 06 Apr 2010 11:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://swiftless.com/wordpress/?p=157#comment-308</guid>
		<description>Great tutorial! Like the page&#039;s design too :)

A minor gripe though: Some of the comments are split up by line breaks. You should use /**/ comments instead.</description>
		<content:encoded><![CDATA[<p>Great tutorial! Like the page&#8217;s design too <img src='http://www.swiftless.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A minor gripe though: Some of the comments are split up by line breaks. You should use /**/ comments instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

