<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rdf:RDF
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel rdf:about="http://thaines.net">
		<title>Joomla! powered Site</title>
		<description>Joomla! site syndication</description>
		<link>http://thaines.net</link>
		<image rdf:resource="http://thaines.net/images/M_images/joomla_rss.png" />
	   <dc:date>2010-03-10T06:01:14+01:00</dc:date>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://thaines.net/content/view/92/15/"/>
				<rdf:li rdf:resource="http://thaines.net/content/view/89/15/"/>
				<rdf:li rdf:resource="http://thaines.net/content/view/88/15/"/>
				<rdf:li rdf:resource="http://thaines.net/content/view/86/15/"/>
				<rdf:li rdf:resource="http://thaines.net/content/view/85/5/"/>
			</rdf:Seq>
		</items>
	</channel>
	<image rdf:about="http://thaines.net/images/M_images/joomla_rss.png">
		<title>Powered by Joomla!</title>
		<link>http://thaines.net</link>
		<url>http://thaines.net/images/M_images/joomla_rss.png</url>
	</image>
	<item rdf:about="http://thaines.net/content/view/92/15/">
		<dc:format>text/html</dc:format>
		<dc:date>2010-02-16T06:30:58+01:00</dc:date>
		<dc:source>http://thaines.net</dc:source>
		<title>Naith</title>
		<link>http://thaines.net/content/view/92/15/</link>
		<description>A while ago I made part of a 3D shooter - its woefully incomplete, but functional regardless, and has some fairly high level capabilities. Time got the better of me and I moved onto other things, but with the recent release of Panda 1.7.0 decided to release it, as it does contain some fairly sexy code. I am actually now intending to do some further work on it - see if I can create something playable.

Anyway, the Google code project for it may be found at http://code.google.com/p/naith/ (http://code.google.com/p/naith/).

Also, using Pandas new web plugin you may play it in your webbrowser, by going to http://thaines.net/content/naith/naith.html (http://thaines.net/content/naith/naith.html).</description>
	</item>
	<item rdf:about="http://thaines.net/content/view/89/15/">
		<dc:format>text/html</dc:format>
		<dc:date>2009-05-21T11:51:14+01:00</dc:date>
		<dc:source>http://thaines.net</dc:source>
		<title>PortalNode demo for Panda3D</title>
		<link>http://thaines.net/content/view/89/15/</link>
		<description>I have been experimenting with the PortalNode object provided by Panda 3D, and have put together an example showing how to use it. Its purpose is to optimise when you have large levels with limited visibility from one area to the next - think of being inside a building: Portal Demo (http://www.thaines.net/content/panda3d/portal.tar.gz)
</description>
	</item>
	<item rdf:about="http://thaines.net/content/view/88/15/">
		<dc:format>text/html</dc:format>
		<dc:date>2009-05-03T03:08:43+01:00</dc:date>
		<dc:source>http://thaines.net</dc:source>
		<title>Pyweek 8</title>
		<link>http://thaines.net/content/view/88/15/</link>
		<description>Pyweek is a competition (Not that the competing part really matters that much) to make a game in a week. I had a go at it and actually succeeded in creating an entry - you may find it here - http://pyweek.org/e/Wibble/ (http://pyweek.org/e/Wibble/). Obviously its hardly the best as it was made in a week, I even turned up at uni and did a full days work on 3 of the days, but its kinda fun and very topical. Certainly, I'm pleased with the result.</description>
	</item>
	<item rdf:about="http://thaines.net/content/view/86/15/">
		<dc:format>text/html</dc:format>
		<dc:date>2009-01-08T08:38:18+01:00</dc:date>
		<dc:source>http://thaines.net</dc:source>
		<title>Correct normal mapping in Panda 3D from Blender</title>
		<link>http://thaines.net/content/view/86/15/</link>
		<description>Edit: The stuff given below has now been integrated into the sourceforge svn repository, to be found at http://sourceforge.net/projects/chicken-export/ (http://sourceforge.net/projects/chicken-export/).

Over the Christmas holiday I've made several improvements to the Chicken exporter that takes models from Blender (http://www.blender.org) into the .egg file format used by Panda 3D (http://www.panda3d.org). Specifically:

1) The use of tangent maps now works by using Blenders tangents/bi-normals directly. The GUI allows you to disable this feature but I've enabled it by default as you would be mad to not use it. (See below image link)
2) I've integrated mweb's single file (http://panda3d.org/phpbb2/viewtopic.php?t=1806&amp;postdays=0&amp;postorder=asc&amp;start=150) patch, with an interface so its use is optional. Made it default to off as most people are used to multiple files and I am not in a position to give it a proper test right now. Latter on it should probably become the default as its a preferable mode for newbies.
3) Animation details are now saved into an object property when you hit the export button and reloaded when you next run the script. This means that you don't have to re-enter the time ranges and names for your animations each time.
4) Fixed an issue with the package creation script so it works under windows.

You may get the script for blender here (http://www.thaines.net/content/panda3d/chicken_exportR44_nf.zip).
My copy of the repository is here (http://www.thaines.net/content/panda3d/chicken-export.zip). There are a few extra test blender files plus the fix to the package creation script in there.

I've also put together an image to demonstrate the improvement of using this exporter - normal_comp.jpg (http://www.thaines.net/content/panda3d/normal_comp.jpg). The left image is a shot of the normal mapping inside blender, the middle image is using the panda 3d generated tangents/bi-normals whilst the right image is with blenders.
</description>
	</item>
	<item rdf:about="http://thaines.net/content/view/85/5/">
		<dc:format>text/html</dc:format>
		<dc:date>2008-11-20T05:01:39+01:00</dc:date>
		<dc:source>http://thaines.net</dc:source>
		<title>Dam webhost...</title>
		<link>http://thaines.net/content/view/85/5/</link>
		<description>Seems my webhost has 'blocked' .htaccess files, or at least screwed them up - found my website has been broken for some time, as my use of .htaccess files only matters when you browse off the main page. Regardless, I have switched off search engine friendly links so it now works again, though this is not ideal and certainly not permanent.
Update: Problem now solved. Though they broke it again a few days after I solved it so I had to re-solve it. They also lied about the cause of the problem. Accusing me of running Windows and having a virus that is adding .htaccess files when my problem is the deletion of .htaccess files (Followed by them disabling the ability to recreate them.), plus I'm running Linux anyway, makes there bullshit kinda obvious.</description>
	</item>
</rdf:RDF>
