瀏覽代碼

Update the_scene_graph.adoc

Fixed typo in image width.
Floated text to the left of first image.
mitm001 9 年之前
父節點
當前提交
28997880fc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/docs/asciidoc/jme3/the_scene_graph.adoc

+ 2 - 2
src/docs/asciidoc/jme3/the_scene_graph.adoc

@@ -17,8 +17,8 @@ Then continue learning about jME3 concepts here.
 
 == Coordinate System
 
-
-image::jme3/intermediate/coordinate-system.png[coordinate-system.png,with="235",height="210",align="right"]
+[.right]
+image::jme3/intermediate/coordinate-system.png[coordinate-system.png,width="235",height="210",align="right"]
 
 
 The jMonkeyEngine uses a right-handed coordinate system, just as OpenGL does.