<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The First Step</title>
	<atom:link href="http://felixfox.com/2010/02/27/the-first-step/feed/" rel="self" type="application/rss+xml" />
	<link>http://felixfox.com/2010/02/27/the-first-step/</link>
	<description>~Kitasia</description>
	<lastBuildDate>Sun, 05 Feb 2012 10:45:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anti</title>
		<link>http://felixfox.com/2010/02/27/the-first-step/comment-page-1/#comment-83</link>
		<dc:creator>Anti</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://felixfox.com/?p=232#comment-83</guid>
		<description>I&#039;ve always found texturing in my own tools to be very problematic. The idea of unwrapping uvs and drawing on to them is simple enough though.

Currently my plan is to export my models into a program called Wings3D, set the UVs there and then import my model back into the program. Blender was my first choice before I realized how odd it functions. 3Ds Max would&#039;ve been perfect if it wasn&#039;t so expensive.

UV unwrapping isn&#039;t perfect but setting the vertices one by one isn&#039;t ideal in many cases.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always found texturing in my own tools to be very problematic. The idea of unwrapping uvs and drawing on to them is simple enough though.</p>
<p>Currently my plan is to export my models into a program called Wings3D, set the UVs there and then import my model back into the program. Blender was my first choice before I realized how odd it functions. 3Ds Max would&#8217;ve been perfect if it wasn&#8217;t so expensive.</p>
<p>UV unwrapping isn&#8217;t perfect but setting the vertices one by one isn&#8217;t ideal in many cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Lindenhof</title>
		<link>http://felixfox.com/2010/02/27/the-first-step/comment-page-1/#comment-79</link>
		<dc:creator>Wouter Lindenhof</dc:creator>
		<pubDate>Tue, 02 Mar 2010 09:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://felixfox.com/?p=232#comment-79</guid>
		<description>Why do you find texturing the main reason to avoid 3D? Or did you mean implementing it in your  tool?

Automatic UV texturing is as far as I know always been a problem as there are many ways to do it. Take a look at Maya (the lite version should also have it) and just try to implement one and see how it turns out for you.

Although I don&#039;t have long history of modeling (hell, I write code) but what I know from friends and colleagues is that most of the time you will need to move UV one by one to get the right result</description>
		<content:encoded><![CDATA[<p>Why do you find texturing the main reason to avoid 3D? Or did you mean implementing it in your  tool?</p>
<p>Automatic UV texturing is as far as I know always been a problem as there are many ways to do it. Take a look at Maya (the lite version should also have it) and just try to implement one and see how it turns out for you.</p>
<p>Although I don&#8217;t have long history of modeling (hell, I write code) but what I know from friends and colleagues is that most of the time you will need to move UV one by one to get the right result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D.Jimma</title>
		<link>http://felixfox.com/2010/02/27/the-first-step/comment-page-1/#comment-73</link>
		<dc:creator>D.Jimma</dc:creator>
		<pubDate>Mon, 01 Mar 2010 08:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://felixfox.com/?p=232#comment-73</guid>
		<description>: D

I should learn to keep my mouth shut sometime. I am actually telling myself to make code more and more simple.

Anyway, that xbdev dude is like my new role model, seeing he wrote multitudes of articles like that.</description>
		<content:encoded><![CDATA[<p>: D</p>
<p>I should learn to keep my mouth shut sometime. I am actually telling myself to make code more and more simple.</p>
<p>Anyway, that xbdev dude is like my new role model, seeing he wrote multitudes of articles like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anti</title>
		<link>http://felixfox.com/2010/02/27/the-first-step/comment-page-1/#comment-71</link>
		<dc:creator>Anti</dc:creator>
		<pubDate>Sun, 28 Feb 2010 16:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://felixfox.com/?p=232#comment-71</guid>
		<description>Ah! Curse you Jimma! Fur shading didn&#039;t even come to mind. : D

I was really hoping to keep things simple seeing as this was my first time taking a real approach at 3D but that does look interesting and simple to implement. I may just take that detour.

Thanks!</description>
		<content:encoded><![CDATA[<p>Ah! Curse you Jimma! Fur shading didn&#8217;t even come to mind. : D</p>
<p>I was really hoping to keep things simple seeing as this was my first time taking a real approach at 3D but that does look interesting and simple to implement. I may just take that detour.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D.Jimma</title>
		<link>http://felixfox.com/2010/02/27/the-first-step/comment-page-1/#comment-70</link>
		<dc:creator>D.Jimma</dc:creator>
		<pubDate>Sun, 28 Feb 2010 11:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://felixfox.com/?p=232#comment-70</guid>
		<description>Yeah vertex shading works well in most cases, especially for matted surfaces like clothes and fur.

If you ever think of fur effects, I wanna recommend an article I bookmarked:
http://www.xbdev.net/directx3dx/specialX/Fur/index.php

It looks great and the code seems simple, I know I wanna try it sometime : )</description>
		<content:encoded><![CDATA[<p>Yeah vertex shading works well in most cases, especially for matted surfaces like clothes and fur.</p>
<p>If you ever think of fur effects, I wanna recommend an article I bookmarked:<br />
<a  href="http://www.xbdev.net/directx3dx/specialX/Fur/index.php" rel="nofollow">http://www.xbdev.net/directx3dx/specialX/Fur/index.php</a></p>
<p>It looks great and the code seems simple, I know I wanna try it sometime : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anti</title>
		<link>http://felixfox.com/2010/02/27/the-first-step/comment-page-1/#comment-68</link>
		<dc:creator>Anti</dc:creator>
		<pubDate>Sat, 27 Feb 2010 19:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://felixfox.com/?p=232#comment-68</guid>
		<description>Vertex shading isn&#039;t bad, it&#039;s not as though I plan on having things zoomed in this closely. If I find that I&#039;m able to render lots of polygons with little to no cost, I just may smooth it out more later and use vertex shading. There are lot of things I want to attempt with graphics right now so pixel shading is something on the back burner until I have an idea of costs.

I had a similar idea to that with textures. My best texture idea thus far is texturing a box with 8 points, place it over the object and then project all the coordinates to the where the normals of each vertex hit the box. That has its own set of problems so I&#039;m still thinking of other techniques.

What I won&#039;t be attempting is UV unwrapping. That seems very very very time consuming.</description>
		<content:encoded><![CDATA[<p>Vertex shading isn&#8217;t bad, it&#8217;s not as though I plan on having things zoomed in this closely. If I find that I&#8217;m able to render lots of polygons with little to no cost, I just may smooth it out more later and use vertex shading. There are lot of things I want to attempt with graphics right now so pixel shading is something on the back burner until I have an idea of costs.</p>
<p>I had a similar idea to that with textures. My best texture idea thus far is texturing a box with 8 points, place it over the object and then project all the coordinates to the where the normals of each vertex hit the box. That has its own set of problems so I&#8217;m still thinking of other techniques.</p>
<p>What I won&#8217;t be attempting is UV unwrapping. That seems very very very time consuming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D.Jimma</title>
		<link>http://felixfox.com/2010/02/27/the-first-step/comment-page-1/#comment-67</link>
		<dc:creator>D.Jimma</dc:creator>
		<pubDate>Sat, 27 Feb 2010 18:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://felixfox.com/?p=232#comment-67</guid>
		<description>With a per-pixel shader one can have a foot that is a box with single-segment chamfers (totally 44 poly&#039;s, relatively quick to plot) and it looks round considering the foot is quite small compared to the screen. Though the normals need to be re-normalized in the shader, and I&#039;m not sure how fast Xbox 360 does that - But I would guess it is faster than uploading multiples (x limbs, y characters) of twice as many vertices per render through the CPU - if vertices are animated in byte-code C#
But I guess you upload vertices to the shader&#039;s memory once - If so I also heard people say large batches of vertices can achieve similar-to-perpixel smoothness quickly.

If you want quick texturing I&#039;d say you can program-&quot;project&quot; a texture on top of the foot for example, and one under the foot, (like stickers) by dividing the foot into two meshes. And in the seam between those meshes one can alpha-blend between those two textures.

(I tried that that in a level modeler, but I&#039;m so lazy I haven&#039;t implemented the blending yet : )</description>
		<content:encoded><![CDATA[<p>With a per-pixel shader one can have a foot that is a box with single-segment chamfers (totally 44 poly&#8217;s, relatively quick to plot) and it looks round considering the foot is quite small compared to the screen. Though the normals need to be re-normalized in the shader, and I&#8217;m not sure how fast Xbox 360 does that &#8211; But I would guess it is faster than uploading multiples (x limbs, y characters) of twice as many vertices per render through the CPU &#8211; if vertices are animated in byte-code C#<br />
But I guess you upload vertices to the shader&#8217;s memory once &#8211; If so I also heard people say large batches of vertices can achieve similar-to-perpixel smoothness quickly.</p>
<p>If you want quick texturing I&#8217;d say you can program-&#8221;project&#8221; a texture on top of the foot for example, and one under the foot, (like stickers) by dividing the foot into two meshes. And in the seam between those meshes one can alpha-blend between those two textures.</p>
<p>(I tried that that in a level modeler, but I&#8217;m so lazy I haven&#8217;t implemented the blending yet : )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

