<?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>pings from the void &#187; collada</title>
	<atom:link href="http://thequietvoid.com/archives/tag/collada/feed" rel="self" type="application/rss+xml" />
	<link>http://thequietvoid.com</link>
	<description>· )  -) --)  ---) ----) ------) ---------) --------------)  --------------------)</description>
	<lastBuildDate>Sat, 01 Jan 2011 08:03:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>We&#8217;re up on google code</title>
		<link>http://thequietvoid.com/archives/205</link>
		<comments>http://thequietvoid.com/archives/205#comments</comments>
		<pubDate>Fri, 28 Mar 2008 14:27:23 +0000</pubDate>
		<dc:creator>Matt Ditton</dc:creator>
				<category><![CDATA[Processing]]></category>
		<category><![CDATA[collada]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[obj]]></category>

		<guid isPermaLink="false">http://thequietvoid.com/?p=205</guid>
		<description><![CDATA[In the last week I&#8217;ve been putting the two libraries I&#8217;m involved in up on google code. So the OBJLoader and the Collada Loader both have nice safe source controlled homes. Over the coming weeks I&#8217;ll be making sure that all documentation and examples are also up on google code. the OBJLoader the Collada Loader]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/polymonkey/2119707753/"><img alt="city lights river view" src="http://farm3.static.flickr.com/2032/2119707753_37c9195e3d.jpg" title="city lights river view by matt ditton (AKA polymonkey), on Flickr" class="aligncenter" width="500" height="446" /></a></p>
<p>In the last week I&#8217;ve been putting the two libraries I&#8217;m involved in up on google code. So the OBJLoader and the Collada Loader both have nice safe source controlled homes. Over the coming weeks I&#8217;ll be making sure that all documentation and examples are also up on google code.<br />
<blockquotes></blockquotes>
<pre>the <a href="http://code.google.com/p/saitoobjloader/">OBJLoader</a>
the <a href="http://code.google.com/p/polymonkey-collada-importer/">Collada Loader</a>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://thequietvoid.com/archives/205/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collada Loader 003</title>
		<link>http://thequietvoid.com/archives/211</link>
		<comments>http://thequietvoid.com/archives/211#comments</comments>
		<pubDate>Mon, 10 Mar 2008 23:31:37 +0000</pubDate>
		<dc:creator>Matt Ditton</dc:creator>
				<category><![CDATA[Processing]]></category>
		<category><![CDATA[collada]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://thequietvoid.com/?p=211</guid>
		<description><![CDATA[The Collada Loader has been updated and now sits at version 003. There are a few new functions involving materials. You can check out the supplied example file for the usage. But here is the list of new stuff. [cce lang="java"] model.toggleTexture(); //toggles the texture on and off model.toggleMaterial(); //toggles the collada material model.setTexture(PImage); //replaces [...]]]></description>
			<content:encoded><![CDATA[<p>The Collada Loader has been updated and now sits at version 003.  There are a few new functions involving materials. You can check out the supplied example file for the usage. But here is the list of new stuff.<br />
[cce lang="java"]<br />
model.toggleTexture();<br />
//toggles the texture on and off</p>
<p>model.toggleMaterial();<br />
//toggles the collada material</p>
<p>model.setTexture(PImage);<br />
//replaces the loaded texture with a supplied PImage</p>
<p>model.originalTexture();<br />
//reloads the original texture<br />
[/cce]</p>
<p><a href='http://thequietvoid.com/wp-content/uploads/ColladaLibrary_003_demo.zip'>ColladaLibrary_003_demo</a><br />
<a href='http://thequietvoid.com/wp-content/uploads/ColladaLibrary_003_lib.zip'>ColladaLibrary_003_lib</a><br />
<a href='http://thequietvoid.com/wp-content/uploads/ColladaLibrary_003_src.zip'>ColladaLibrary_003_src</a></p>
<p>UPDATE: I&#8217;m sorry to say that with the updates to the XML library in processing, the collada loader broke. And broke hard. If anyone would like to help out in fixing this, that would be great. I&#8217;m afraid free time is just not happening for me at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://thequietvoid.com/archives/211/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing Collada Loader version 001</title>
		<link>http://thequietvoid.com/archives/225</link>
		<comments>http://thequietvoid.com/archives/225#comments</comments>
		<pubDate>Mon, 18 Feb 2008 23:54:52 +0000</pubDate>
		<dc:creator>Matt Ditton</dc:creator>
				<category><![CDATA[Processing]]></category>
		<category><![CDATA[collada]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://thequietvoid.com/?p=225</guid>
		<description><![CDATA[Here it is. colladaLoader_001 collada_library_test Collada_Loader_source_001 So why another format? Lot&#8217;s of reasons but mostly because I needed to load Collada files into processing. The added bonus is that the collada format is far more extendable than the obj format. It can store mesh, splines, cameras, lights, skeletons, skins, animation and even physics. So it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Here it is.</p>
<p><a href='http://thequietvoid.com/wp-content/uploads/colladaLoader_001.zip'>colladaLoader_001</a><br />
<a href='http://thequietvoid.com/wp-content/uploads/collada_library_test.zip'>collada_library_test</a><br />
<a href='http://thequietvoid.com/wp-content/uploads/Collada_Loader_source_001.zip'>Collada_Loader_source_001</a></p>
<p><strong>So why another format?</strong><br />
Lot&#8217;s of reasons but mostly because I needed to load Collada files into processing. The added bonus is that the collada format is far more extendable than the obj format. It can store mesh, splines, cameras, lights, skeletons, skins, animation and even physics. So it&#8217;s more a storage medium for 3D data rather than being just a model format.</p>
<p><strong>What can your loader do for me?</strong><br />
At the moment the loader can load and display one model with one material (textured or untextured). There are also several helper functions for drawing the bounding box, vertex normals, face normals and the wire frame. You can see them all in the example above.</p>
<p><strong>Is that it?</strong><br />
In this release, I&#8217;m afraid so. There is a lot more work to do. The current todo list (in order) looks like this.</p>
<li>Multiple materials</li>
<li>Multiple geometries.</li>
<li>Cameras</li>
<li>Lights</li>
<li>Splines</li>
<li>Animation</li>
</ol>
<p>So when is it going to be finished?<br />
Um. I&#8217;ll get back to you on that.</p>
<p><strong>Can you add support for (insert thing here)?</strong><br />
Yes. It&#8217;s meant to be used. If there is something that you need from the loader just ask.</p>
<p><strong>I broke it.</strong><br />
Excellent. Drop me and email and I&#8217;ll try and get it sorted.</p>
<p>MattD</p>
]]></content:encoded>
			<wfw:commentRss>http://thequietvoid.com/archives/225/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

