Просмотр исходного кода

Update scene_composer.adoc

Fixed typo on image width.
mitm001 9 лет назад
Родитель
Сommit
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/).