Procházet zdrojové kódy

Update scene_composer.adoc

Fixed typo on image width.
mitm001 před 9 roky
rodič
revize
c753f7ca66
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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/).