Преглед изворни кода

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