瀏覽代碼

Update scene_composer.adoc

Fixed typo on image width.
mitm001 9 年之前
父節點
當前提交
c753f7ca66
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/docs/asciidoc/sdk/scene_composer.adoc

+ 1 - 1
src/docs/asciidoc/sdk/scene_composer.adoc

@@ -72,7 +72,7 @@ You can add a variety of special objects with the SceneComposer, including light
 == Adding Models to the scene
 
 
-image::sdk/jmonkeyplatform-docu-3.png[jmonkeyplatform-docu-3.png,with="421",height="298",align="right"]
+image::sdk/jmonkeyplatform-docu-3.png[jmonkeyplatform-docu-3.png,width="421",height="298",align="right"]
 
 
 You can directly import 3d models to your scene so that they will be part of your scene file. To be able to import for example an OgreXML file, first export it from your 3D editor to a separate folder in the assets folder of your project (e.g. assets/Models/MyModel/).