Procházet zdrojové kódy

Image resize reversal

mitm před 8 roky
rodič
revize
6a6b12adea
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/docs/asciidoc/jme3/advanced/physics.adoc

+ 2 - 2
src/docs/asciidoc/jme3/advanced/physics.adoc

@@ -453,8 +453,8 @@ bulletAppState.getPhysicsSpace().add(geom);
 
 With the corresponding output below:
 
-image:http://i.imgur.com/fAXlF.png[http://i.imgur.com/fAXlF.png,{half-width}]
-image:http://i.imgur.com/Josua.png[http://i.imgur.com/fAXlF.png,{half-width}]
+image:http://i.imgur.com/fAXlF.png[http://i.imgur.com/fAXlF.png,{third-width}]
+image:http://i.imgur.com/Josua.png[http://i.imgur.com/fAXlF.png,{third-width}]
 
 
 === PhysicsSpace Code Samples