Difference between revisions of "F C Textures"
Line 5: | Line 5: | ||
First, we load our ship: |
First, we load our ship: |
||
− | [[Image:text_tut1.png]] |
+ | [[Image:text_tut1.png|thumb|right]] |
This is the vessel known as the Jabberwocky, which I'll be reskinning to make more effective use of the texture-space by mirror planing the texture. |
This is the vessel known as the Jabberwocky, which I'll be reskinning to make more effective use of the texture-space by mirror planing the texture. |
||
Line 11: | Line 11: | ||
I delete half it's vertices: |
I delete half it's vertices: |
||
+ | |||
[[Image:text_tut2.png]] |
[[Image:text_tut2.png]] |
||
And insert a mirror plane: |
And insert a mirror plane: |
||
+ | |||
[[Image:text_tut3.png]] |
[[Image:text_tut3.png]] |
||
Line 20: | Line 22: | ||
After I unfold, I shove my textures around and resize them a much as possible, to fill every available vacancy on the texture. You can grap vertices and move them, and flatten them (this is especially useful at the ends of tubes, which tend to unfold in curves, otherwise. |
After I unfold, I shove my textures around and resize them a much as possible, to fill every available vacancy on the texture. You can grap vertices and move them, and flatten them (this is especially useful at the ends of tubes, which tend to unfold in curves, otherwise. |
||
+ | |||
[[Image:text_tut5.png]] |
[[Image:text_tut5.png]] |
||
+ | |||
+ | Now export it and open your graphics package - I'm using the GIMP. |
||
+ | |||
+ | [[Image:text_tut6.png]] |
Revision as of 15:32, 25 March 2006
Daniel Walker's Texturing Guide
(AKA: "There's more than one way to skin a Jabberwocky")
I'll skip over these early points, since they will probably be familiar to most people.
First, we load our ship:
This is the vessel known as the Jabberwocky, which I'll be reskinning to make more effective use of the texture-space by mirror planing the texture.
I'm going to skin the ship up as a new variant Jabberwocky, called the "Sparth", which will serve as a general interceptor/escort for those ships of that class I tend to refer to as "Beyonder" ships (The Morrigan, Rosault, Doiltach, Nemglan Class Carrier, Sceolan, et cetera).
I delete half it's vertices:
And insert a mirror plane:
That will give you your old ship back, except that when you come to apply a UV map to it, you only actively need to assign textures to half you planes: the planes on the other half of your ship are automatically selected for you. How you do this is your choice, but I'd advise you to avoid unecessary work in marrying adjacent textures. As you'll see, a lot of my designs are dictated by my efforts to avoid all of that.
After I unfold, I shove my textures around and resize them a much as possible, to fill every available vacancy on the texture. You can grap vertices and move them, and flatten them (this is especially useful at the ends of tubes, which tend to unfold in curves, otherwise.
Now export it and open your graphics package - I'm using the GIMP.