<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>3D Engine Pinoy Style</title>
	<atom:link href="http://pinoy3d.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pinoy3d.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 18 Jul 2008 22:30:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pinoy3d.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>3D Engine Pinoy Style</title>
		<link>http://pinoy3d.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pinoy3d.wordpress.com/osd.xml" title="3D Engine Pinoy Style" />
	<atom:link rel='hub' href='http://pinoy3d.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mesh Class; Effect files</title>
		<link>http://pinoy3d.wordpress.com/2008/07/18/mesh-class-effect-files/</link>
		<comments>http://pinoy3d.wordpress.com/2008/07/18/mesh-class-effect-files/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 22:30:16 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[DirectX]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinoy3d.wordpress.com/?p=16</guid>
		<description><![CDATA[I&#8217;ve started working on the mesh class two days ago. The class/object is pretty much borrowed from another project at the moment, as it will be used mainly for testing vertex and index buffers. For DX10, another class will be created to complement the mesh class. Effect files (.fx) as they are known are shaders [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoy3d.wordpress.com&amp;blog=4239362&amp;post=16&amp;subd=pinoy3d&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started working on the mesh class two days ago. The class/object is pretty much borrowed from another project at the moment, as it will be used mainly for testing vertex and index buffers.</p>
<p>For DX10, another class will be created to complement the mesh class. Effect files (.fx) as they are known are shaders that will be attached to the mesh. I was thinking of simply setting-up a library of effect files, mostly default shaders like phong, blinn, aniso and other simple effects. They&#8217;ll get enumerated and then loaded onto a vector/list later.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pinoy3d.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pinoy3d.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoy3d.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoy3d.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoy3d.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoy3d.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoy3d.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoy3d.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoy3d.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoy3d.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoy3d.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoy3d.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoy3d.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoy3d.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoy3d.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoy3d.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoy3d.wordpress.com&amp;blog=4239362&amp;post=16&amp;subd=pinoy3d&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoy3d.wordpress.com/2008/07/18/mesh-class-effect-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/833473665bde0cd763ab7be86f0be4e1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">nymia</media:title>
		</media:content>
	</item>
		<item>
		<title>Thoughts On Adding A Web Control</title>
		<link>http://pinoy3d.wordpress.com/2008/07/18/thoughts-on-adding-a-web-control/</link>
		<comments>http://pinoy3d.wordpress.com/2008/07/18/thoughts-on-adding-a-web-control/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 21:45:54 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinoy3d.wordpress.com/?p=12</guid>
		<description><![CDATA[For this project, it would be nice to have users access the demo games from a web browser. That will simplify a lot of things, no manual download and install procedure for users to go through, they&#8217;ll simply open up a web browser, navigate to the website and the demo game program will load and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoy3d.wordpress.com&amp;blog=4239362&amp;post=12&amp;subd=pinoy3d&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For this project, it would be nice to have users access the demo games from a web browser. That will simplify a lot of things, no manual download and install procedure for users to go through, they&#8217;ll simply open up a web browser, navigate to the website and the demo game program will load and install. The user will see the game loaded automatically.</p>
<p>So, with that in mind, I&#8217;ve looked around using Google and found the article that will help me do just that. Titled <span class="ArticleTopTitle"><a href="http://www.codeproject.com/KB/COM/CompleteActiveX.aspx">A Complete ActiveX Web Control Tutorial</a> , it contains a lot of information to get the development moving forward.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pinoy3d.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pinoy3d.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoy3d.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoy3d.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoy3d.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoy3d.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoy3d.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoy3d.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoy3d.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoy3d.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoy3d.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoy3d.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoy3d.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoy3d.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoy3d.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoy3d.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoy3d.wordpress.com&amp;blog=4239362&amp;post=12&amp;subd=pinoy3d&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoy3d.wordpress.com/2008/07/18/thoughts-on-adding-a-web-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/833473665bde0cd763ab7be86f0be4e1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">nymia</media:title>
		</media:content>
	</item>
		<item>
		<title>Pinoy3D Engine</title>
		<link>http://pinoy3d.wordpress.com/2008/07/16/pinoy3d-engine/</link>
		<comments>http://pinoy3d.wordpress.com/2008/07/16/pinoy3d-engine/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 08:52:36 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinoy3d.wordpress.com/?p=3</guid>
		<description><![CDATA[Pinoy3D Engine is a personal one-man project whose goal is to study and learn the process of creating a 3D Engine. The purpose of this weblog is to document stages of development clearly and to the point. This blog will also contain opinions and insights as well, moving forward. I chose Visual Studio Express as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoy3d.wordpress.com&amp;blog=4239362&amp;post=3&amp;subd=pinoy3d&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pinoy3D Engine is a personal one-man project whose goal is to study and learn the process of creating a 3D Engine. The purpose of this weblog is to document stages of development clearly and to the point. This blog will also contain opinions and insights as well, moving forward.</p>
<p>I chose Visual Studio Express as my IDE. It&#8217;s free and has all the tools needed to set up the code. I found it easy to code and debug while adding classes and interfaces.</p>
<p>I also chose DirectX10 as a target device, which is already supported and available in my Vista Home Premium personal computer.</p>
<p>Tonight, the project officially broke ground. Several classes were coded,  listed below.</p>
<ol>
<li>pinoy::core::engine</li>
<li>pinoy::core::deviceDX10</li>
<li>pinoy::core::IDevice</li>
</ol>
<p>deviceDX10 follows the interface defined in IDevice. You can instantiate deviceDX10 and add it to core::engine object. Later, I&#8217;ll add another device called core::deviceOpenGL which also can be added to core::engine. With that, you can instantiate one device or have two devices attached to an engine.</p>
<p>For deviceDX10, I was able to code the following member functions:</p>
<ol>
<li>initDevice </li>
<li>InitWindow </li>
<li>cleanUp</li>
<li>beginRender</li>
<li>endRender</li>
<li>run</li>
</ol>
<p>No test program was coded for them, I&#8217;ll set them up in the following days.</p>
<p>That&#8217;s all for today.</p>
<p><img src="http://farm4.static.flickr.com/3234/2343228912_e2117f732c.jpg" alt="I was here from 80 to 85" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pinoy3d.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pinoy3d.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoy3d.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoy3d.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoy3d.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoy3d.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoy3d.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoy3d.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoy3d.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoy3d.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoy3d.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoy3d.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoy3d.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoy3d.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoy3d.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoy3d.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoy3d.wordpress.com&amp;blog=4239362&amp;post=3&amp;subd=pinoy3d&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoy3d.wordpress.com/2008/07/16/pinoy3d-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/833473665bde0cd763ab7be86f0be4e1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">nymia</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3234/2343228912_e2117f732c.jpg" medium="image">
			<media:title type="html">I was here from 80 to 85</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://pinoy3d.wordpress.com/2008/07/16/hello-world/</link>
		<comments>http://pinoy3d.wordpress.com/2008/07/16/hello-world/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 08:30:47 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoy3d.wordpress.com&amp;blog=4239362&amp;post=1&amp;subd=pinoy3d&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pinoy3d.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pinoy3d.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoy3d.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoy3d.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoy3d.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoy3d.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoy3d.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoy3d.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoy3d.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoy3d.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoy3d.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoy3d.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoy3d.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoy3d.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoy3d.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoy3d.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoy3d.wordpress.com&amp;blog=4239362&amp;post=1&amp;subd=pinoy3d&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoy3d.wordpress.com/2008/07/16/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/833473665bde0cd763ab7be86f0be4e1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">nymia</media:title>
		</media:content>
	</item>
	</channel>
</rss>
