|
@@ -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
|