Browse Source

Finished adding normals section.

mitm 7 years ago
parent
commit
7be2e2ab80
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/docs/asciidoc/jme3/external/blender.adoc

+ 5 - 3
src/docs/asciidoc/jme3/external/blender.adoc

@@ -25,8 +25,9 @@ Game-compatible models are models that basically only consist of a mesh and UV-m
 
 To successfully import a texture, the texture *has to* be UV-mapped to the model. Heres how to assign diffuse, normal and specular maps:
 
-*  image:jme3/external/blender-material-4.png[blender-material-4.png,width="300",height=""] image:jme3/external/blender-material-3.png[blender-material-3.png,width="350",height=""]
-**  image:jme3/external/blender-material-2.png[blender-material-2.png,width="300",height=""] image:jme3/external/blender-material-1.png[blender-material-1.png,width="150",height=""]
+image:jme3/external/blender-material-4.png[blender-material-4.png,width="",height=""] image:jme3/external/blender-material-3.png[blender-material-3.png,width="",height=""]
+
+image:jme3/external/blender-material-2.png[blender-material-2.png,width="",height=""] image:jme3/external/blender-material-1.png[blender-material-1.png,width="",height=""]
 
 Its important to note that each used texture will create one separate geometry. So its best to either combine the UV maps or use a premade atlas with different texture types from the start and then map the uv coords of the models to the atlas instead of painting on the texture. This works best for large models like cities and space ships.
 
@@ -201,7 +202,7 @@ image::jme3/external/monkey_bump.png[monkey_bump.png,width="50%",height=""]
 .  Uncheck:
 **  [ ] Bake from Multires
 .  Switch to object mode.
-.  Make a copy of your mesh (kbd:[SHIFT]+kbd:[D])
+.  Make a copy of your mesh (kbd:[SHIFT]+kbd:[D]).
 .  Remove the Multires modifier from the copied model.
 .  Remove any materials from the copied model.
 .  Remove the armature modifier from the copied model.
@@ -223,6 +224,7 @@ image::jme3/external/monkey_bump.png[monkey_bump.png,width="50%",height=""]
 Be careful: in the Outliner the camera symbol (Restrict Render) must be on!
 ====
 
+image::jme3/external/monkey_bump.png[monkey_bump2.png,width="50%",height=""]
 
 == Fixing the normal colors in Blender