Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of content/tools/BlenderTexturing


Ignore:
Timestamp:
Mar 1, 2008, 5:59:16 PM (16 years ago)
Author:
FelixSchulthess
Comment:

work in progress….

Legend:

Unmodified
Added
Removed
Modified
  • content/tools/BlenderTexturing

    v1 v1  
     1= Texturing With Blender =
     2
     3This tutorial shows how to apply texture coordinates to a mesh. Your model should be finished. All unnecessary vertices should be merged. Every future modification of your model will destroy the texture coordinates of
     4the affected faces! We will use LSCM, acronym for Least Squares Conforming Map, which is one of the algorithms for unwrapping a mesh onto the 2-dimensional UV space. It is a very powerful unwrapping method because it can preserve the shape of each face very good.
     5
     6== Marking the Seams ==
     7
     8Go into Edit mode and activate edge selection mode with Ctrl + TAB. To map the model to a 2-dimensional UV space, you will obviously have to make some cuts in you mesh. This is how you tell Blender where you want to make cuts:
     9Select the appropriate edges, press Ctrl + E and select "Mark Seam". The edge will turn orange, an indication that it has become a seam. If you change your mind, select the edge again, press Ctrl + E and choose "Clear Seam" to remove this seam.
     10Try to find a good balance for the number of seams: many seams will reduce the deformation of the faces a lot (which is good) but it can be quite tricky to create a texture for it, because you will end up with a lot of small parts of your texture (which is bad). However, it is always a good idea, to make seams where the model has natural borders. You could separate an aircraft or spaceship into wings, engines, weeapons, cockpit, gear and hull, for example.
     11
     12== Unwrapping the Mesh ==
     13
     14== Modifying UV Layout ==
     15
     16== Paint the Texture ==
     17
     18== Apply Texture to Mesh ==