BASIC MODELING - PART 5

We saw that an "SGAG external object" is divided in "submeshes" that are the result of joins of primitives.

Each submesh needs to have a "texture" (an UV map) even if it has only one color

So, having a submesh,we need to create a unwrapped UV map for it.

A unwrapped UV map of an object is a "deformed" projection of all the faces of the object in a plane, to be used for design. It will be a .TGA file that can be open by our sugested designer tool GIMP or by any other that opens this type of file (Photoshop etc.).

TIP: Is important that your unwrapped UV map doesn't have too much faces because is not easy to make the correspondence of the faces in the map an the faces in the object. Less than 20 faces is a good number.

Our exercice will be to create a texture for a truncated pyramid (you have learned how to create one at previous lesson ).

1 - At Object Mode select the object.

2 - Replace Object Mode by UV Face Select.

3 - Press "U". You will not have a Undo here; appears a popup menu. Click LSCM and you will have at the "UV/Image Editor" subwindow a not so good Map.

4 - Click UVs and the unwapper. Appears another menu. Click "OK".:

Now, like we said, you have a "deformed" projection of all the 6 faces of our object.

AGAIN: If you desselect the object, rightclicking a face, will appear the equivalent at the map.

5 - Before the creation of the .TGA file redefine the name of your object. Our choice was: mypiramid

6 - For the creation of the .TGA file, click UVs again and Save UV.Appears a new window at the base of the interface. If you have saved your world to a land.blend file, will appear the path of this folder. If not, you can change the path of the .TGA file that will be created like: mypiramid.tga. Remember to put a "\" at the end of the path. Click "EXPORT".

In the next lesson we will continue...


PREVIOUS LESSON NEXT LESSON
T.CONTENTS HOMEPAGE