<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Doing &#38; Done &#187; opengl</title>
	<atom:link href="http://doing.liduan.com/tag/opengl/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Sat, 29 Oct 2011 11:13:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>animation by opengl programming
1. http &#8230;</title>
		<link>http://doing.liduan.com/2008/12/16/animation-by-opengl-programming1-http/</link>
		<comments>http://doing.liduan.com/2008/12/16/animation-by-opengl-programming1-http/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 09:26:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/16/animation-by-opengl-programming1-http/</guid>
		<description><![CDATA[animation by opengl programming 1. http://www.gamedev.net/reference/articles/article1681.asp 2. http://www.3dcodingtutorial.com/Basic-OpenGL-functions/Simple-animation.html 3. http://www.linuxfocus.org/English/January1998/article17.html 4. http://www.gamedev.net/reference/list.asp?categoryid=31]]></description>
			<content:encoded><![CDATA[<p>animation by opengl programming<br />
1. <a href="http://www.gamedev.net/reference/articles/article1681.asp" rel="nofollow">http://www.gamedev.net/reference/articles/article1681.asp</a></p>
<p>2. <a href="http://www.3dcodingtutorial.com/Basic-OpenGL-functions/Simple-animation.html" rel="nofollow">http://www.3dcodingtutorial.com/Basic-OpenGL-functions/Simple-animation.html</a></p>
<p>3. <a href="http://www.linuxfocus.org/English/January1998/article17.html" rel="nofollow">http://www.linuxfocus.org/English/January1998/article17.html</a></p>
<p>4. <a href="http://www.gamedev.net/reference/list.asp?categoryid=31" rel="nofollow">http://www.gamedev.net/reference/list.asp?categoryid=31</a></p>
]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/16/animation-by-opengl-programming1-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zoom in and zoom out in the opengl proje &#8230;</title>
		<link>http://doing.liduan.com/2008/12/16/zoom-in-and-zoom-out-in-the-opengl-proje/</link>
		<comments>http://doing.liduan.com/2008/12/16/zoom-in-and-zoom-out-in-the-opengl-proje/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 06:57:03 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/16/zoom-in-and-zoom-out-in-the-opengl-proje/</guid>
		<description><![CDATA[zoom in and zoom out in the opengl project. OpenGL 3D Navigation glRotatef, glTranslatef, gluLookAt EP_OpenGL_005, Zoom in openGL]]></description>
			<content:encoded><![CDATA[<p>zoom in and zoom out in the opengl project.<br />
<a title="OpenGL 3D Navigation glRotatef, glTranslatef, gluLookAt EP_OpenGL_005" href="http://www.codeproject.com/KB/openGL/OpenGL3DNavigation.aspx">OpenGL 3D Navigation glRotatef, glTranslatef, gluLookAt EP_OpenGL_005</a>,  <a title="Zoom in openGL" href="http://www.gamedev.net/community/forums/topic.asp?topic_id=390115&amp;whichpage=1%EF%BF%BDL"> Zoom in openGL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/16/zoom-in-and-zoom-out-in-the-opengl-proje/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>two example for 3D openGL programming.
 &#8230;</title>
		<link>http://doing.liduan.com/2008/12/13/two-example-for-3d-opengl-programming/</link>
		<comments>http://doing.liduan.com/2008/12/13/two-example-for-3d-opengl-programming/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 17:44:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/13/two-example-for-3d-opengl-programming/</guid>
		<description><![CDATA[two example for 3D openGL programming. Example: movingLight.c, Luminous opengl Objects Example]]></description>
			<content:encoded><![CDATA[<p>two example for 3D <a title="openGL" href="http://www.opengl.org">openGL </a>programming.<br />
<a title="lighting example" href="http://profs.sci.univr.it/~colombar/html_openGL_tutorial/en/09lighting_027.html">Example: movingLight.c</a>, <a title="Luminous opengl  Objects Example" href="http://pheatt.emporia.edu/courses/2003/cs410s03/interestingExamples/luminousobjects/luminousobjects.htm">Luminous opengl  Objects Example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/13/two-example-for-3d-opengl-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

