瀏覽代碼

resized images

mitm 8 年之前
父節點
當前提交
bba76fed3c
共有 1 個文件被更改,包括 2 次插入11 次删除
  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