Browse Source

Update model_loader_and_viewer.adoc

Fixed typo in image width.
mitm001 9 years ago
parent
commit
8d438d4a2d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/docs/asciidoc/sdk/model_loader_and_viewer.adoc

+ 2 - 2
src/docs/asciidoc/sdk/model_loader_and_viewer.adoc

@@ -33,7 +33,7 @@ Also check out <<jme3/external/blender#,how to create compatible models in blend
 
 jMonkeyEngine SDK includes a model importer tool that allows you to preview and import supported models into your jMonkeyEngine3 project.
 
-image:wp-uploads/2010/11/jmonkeyplatform003-300x117.jpg[jmonkeyplatform003-300x117.jpg,with="",height=""]
+image:wp-uploads/2010/11/jmonkeyplatform003-300x117.jpg[jmonkeyplatform003-300x117.jpg,with="",height="",align="right"]
 
 image::wp-uploads/2010/11/jmonkeyplatform002-300x218.jpg[jmonkeyplatform002-300x218.jpg,with="",height="",align="right"]
 
@@ -52,7 +52,7 @@ The model is converted to j3o and all necessary files are copied to the project
 == Using the model files directly
 
 
-image::sdk/jmonkeyplatform-docu-2.png[jmonkeyplatform-docu-2.png,with="421",height="298",align="right"]
+image::sdk/jmonkeyplatform-docu-2.png[jmonkeyplatform-docu-2.png,width="421",height="298",align="right"]
 
 
 .  Create a separate folder for each model in the `assets` folder of your project.