mitm vor 8 Jahren
Ursprung
Commit
bba76fed3c
1 geänderte Dateien mit 2 neuen und 11 gelöschten Zeilen
  1. 2 11
      src/docs/asciidoc/jme3/advanced/physics.adoc

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

@@ -5,15 +5,6 @@
 :keywords: physics, documentation, control
 :relfileprefix: ../../
 :imagesdir: ../..
-ifdef::backend-html5[]
-:twoinches: width='144'
-:full-width: width='100%'
-:half-width: width='50%'
-:third-width: width='33%'
-:quarter-width: width='25%'
-:half-size:
-:thumbnail: width='60'
-endif::[]
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
@@ -453,8 +444,8 @@ bulletAppState.getPhysicsSpace().add(geom);
 
 With the corresponding output below:
 
-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}]
+image:http://i.imgur.com/fAXlF.png[http://i.imgur.com/fAXlF.png,width='45%']
+image:http://i.imgur.com/Josua.png[http://i.imgur.com/fAXlF.png,width='45%']
 
 
 === PhysicsSpace Code Samples