Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of content/tools/BlenderGuidelines


Ignore:
Timestamp:
Mar 7, 2010, 12:58:00 AM (14 years ago)
Author:
decapitb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/tools/BlenderGuidelines

    v2 v3  
    1111Before you export a model check if you have by accident created anything that could mess your mesh up. In Edit Mode select your whole Model (A) then navigate to 'Mesh/Vertices/RemoveDoubles' to remove any overlapping vertices. Also don't create any very slim shapes or too sharp corners as they will not turn out well.
    1212
    13 ==== Name Your Materials and Objects ====
     13==== Name Your Materials ====
    1414[[Image(Material.png, right)]]
    15 Make sure your materials don't still have the generic name ('Material', 'Material.001', ...), otherwise Orxonox might not choose the correct material for your model. Ogre generates a database of all materials used and the primary key is the name of a material. So if two materials have the same name, the first one to be located is chosen (usually not the right one). The material name is assigned just above the mesh name (see picture). Note: if you have more than one material assigned to a specific object you must scroll through all of them and assign a unique name for each.
     15Make sure your materials don't still have the generic name ('Material', 'Material.001', ...), otherwise Orxonox might not choose the correct material for your model. Ogre generates a database of all materials used and the primary key is the name of a material. So if two materials have the same name, the first one to be located is chosen (usually not the right one). The material name is assigned just above the mesh name in the Materials tab. Note: if you have more than one material assigned to a specific object you must scroll through all of them and assign a unique name for each.