<?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>V // Pixelnerve &#187; obj</title>
	<atom:link href="http://www.pixelnerve.com/v/tag/obj/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelnerve.com/v</link>
	<description></description>
	<lastBuildDate>Sun, 30 Oct 2011 23:43:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ObjImp+Mri3ds libraries @ processing.org</title>
		<link>http://www.pixelnerve.com/v/2009/08/25/objimpmri3ds-libraries-processing-org/</link>
		<comments>http://www.pixelnerve.com/v/2009/08/25/objimpmri3ds-libraries-processing-org/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:11:00 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[3ds]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[obj]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=705</guid>
		<description><![CDATA[Hurray! ObjImp + Mri3ds libraries are now officially part of the Processing&#8217;s libraries page. That means more updates and bug fixes. ____________________________________________________________________ Mri3ds v1.2 has been released * Wrapper data structures moved into the library. * V3dsScene is now part of the library. Look at the examples on how to load a .3ds scene. ____________________________________________________________________ [...]]]></description>
			<content:encoded><![CDATA[<p>Hurray!</p>
<p><a title="ObjImp" href="http://www.pixelnerve.com/processing/libraries/objimport" target="_blank">ObjImp</a> + <a title="Mri3ds" href="http://www.pixelnerve.com/processing/libraries/mri3ds" target="_blank">Mri3ds</a> libraries are now officially part of the <a href="http://processing.org/reference/libraries/" target="_blank">Processing&#8217;s libraries page</a>.<br />
That means more updates and bug fixes.</p>
<p>____________________________________________________________________<br />
<span style="color: #888888;">Mri3ds v1.2</span> has been released<br />
* Wrapper data structures moved into the library.<br />
* V3dsScene is now part of the library. Look at the examples on how to load a .3ds scene.</p>
<p>____________________________________________________________________</p>
<p><span style="color: #888888;">ObjImp v1.1</span> has been released.<br />
* Wrapper data structures moved into the library.<br />
* ObjImpScene is now part of the library. Look at the examples on how to load a .obj scene.</p>
<p>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/08/25/objimpmri3ds-libraries-processing-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another .obj file loader for java/processing</title>
		<link>http://www.pixelnerve.com/v/2009/02/06/another-obj-file-loader/</link>
		<comments>http://www.pixelnerve.com/v/2009/02/06/another-obj-file-loader/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 17:52:59 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[obj]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=290</guid>
		<description><![CDATA[I&#8217;ve noticed people have been looking for a obj file importer for processing/java. Many thanks to Fabien Sanglard for his original code. I&#8217;ve added few more things i found to be important to me and added support for JOGL and processing. It runs over part of my framework called Vitamin, so if you are a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I&#8217;ve noticed people have been looking for a obj file importer for processing/java.<br />
Many thanks to <a href="http://fabiensanglard.net/" target="_blank">Fabien Sanglard</a> for his original code. I&#8217;ve added few more things i found to be important to me and added support for JOGL and processing. It runs over part of my framework called Vitamin, so if you are a pure processing user you might want to check the objscene.pde and change the rendering code.  I wanted to keep the obj importer independent of any API/Bind, so it can be easily used by different API/frameworks/whatever. Hopefully it will work that way.</p>
<p style="text-align: justify;"><a title="objimport" href="http://www.pixelnerve.com/processing/libraries/objimport" target="_blank">Official webpage</a> | <span style="text-decoration: line-through;"><a title="objimport zipfile" href="http://www.pixelnerve.com/downloads/processing/objimport.zip" target="_blank">Download Version 1.0</a></span></p>
<p>&#8212;&#8211;<br />
This Java OBJ Loader support:<br />
* Groups (+scene management implemented)<br />
* Vertex, Normal, Texture coordinates<br />
* MTL (material) references.</p>
<p>This Java OBJ Loader DOES NOT support:<br />
* Relative vertex references.<br />
* Anything other than GL_TRIANGLE and GL_QUAD polygons</p>
<p>&#8212;&#8211;<br />
Includes:<br />
1. Library<br />
2. Documentation<br />
3. Example</p>
<p style="text-align: justify;">&#8212;&#8211;<br />
How to use it:<br />
1. Copy library folder to processing&#8217;s folder<br />
2. Run the example</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/02/06/another-obj-file-loader/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

