Browse Source

Floated text to left of images.

mitm 7 năm trước cách đây
mục cha
commit
caddf4fa92
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      src/docs/asciidoc/jme3/terminology.adoc

+ 4 - 2
src/docs/asciidoc/jme3/terminology.adoc

@@ -199,7 +199,8 @@ Getting the seams and mappings right is crucial: You must use a graphic tool lik
 === Environment Mapping
 
 
-image::wp-uploads/glass-teapot1.png[glass-teapot1.png,width="160",height="90",align="right"]
+[.right]
+image::wp-uploads/glass-teapot1.png[glass-teapot1.png,width="160",height="90"]
 
 
 Environment Mapping or Reflection Mapping is used to create the impression of reflections and refractions in real time. It's faster (but less accurate) than the raytracing methods used in offline rendering applications.
@@ -235,7 +236,8 @@ Unless you animate a 3D cartoon, realism of animated characters is generally a p
 === Rigging and Skinning
 
 
-image::wp-uploads/blenderswordsman.png[blenderswordsman.png,width="195",height="151",align="right"]
+[.right]
+image::wp-uploads/blenderswordsman.png[blenderswordsman.png,width="195",height="151"]
 
 
 An animated character has an armature: An internal skeleton (Bones) and an external surface (Skin). The Skin is the visible outside of the character and it includes clothing. The Bones are not visible and are used to interpolate (calculate) the morphing steps of the skin.