소스 검색

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/).