Просмотр исходного кода

Update shape.adoc

test 3 formatting text to align to the left of image.
mitm001 9 лет назад
Родитель
Сommit
ef7df9106e
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      src/docs/asciidoc/jme3/advanced/shape.adoc

+ 7 - 0
src/docs/asciidoc/jme3/advanced/shape.adoc

@@ -21,25 +21,30 @@ image::jme3/advanced/box.png[box.png,width="108",height=""]
 *  com.jme3.scene.shape.Box – A cube or cuboid. Single-sided Quad faces (outside only). 
 *  com.jme3.scene.shape.Box – A cube or cuboid. Single-sided Quad faces (outside only). 
 *  com.jme3.scene.shape.StripBox – A cube or cuboid. Solid filled faces (inside and outside).
 *  com.jme3.scene.shape.StripBox – A cube or cuboid. Solid filled faces (inside and outside).
 
 
+
 [.right.text-left]
 [.right.text-left]
 image::jme3/advanced/cylinder.png[cylinder.png,width="108",height=""]
 image::jme3/advanced/cylinder.png[cylinder.png,width="108",height=""]
 
 
 *  com.jme3.scene.shape.Cylinder – A disk or pillar.
 *  com.jme3.scene.shape.Cylinder – A disk or pillar.
 
 
+
 [.right.text-left]
 [.right.text-left]
 image::jme3/advanced/sphere.png[sphere.png,width="108",height=""]
 image::jme3/advanced/sphere.png[sphere.png,width="108",height=""]
 
 
 *  com.jme3.scene.shape.Sphere – A ball or elipsoid. 
 *  com.jme3.scene.shape.Sphere – A ball or elipsoid. 
 
 
+
 [.right-.text-left]
 [.right-.text-left]
 image::jme3/advanced/dome.png[dome.png,width="108",height=""]
 image::jme3/advanced/dome.png[dome.png,width="108",height=""]
 *  com.jme3.scene.shape.Dome – A semi-sphere, e.g. SkyDome.
 *  com.jme3.scene.shape.Dome – A semi-sphere, e.g. SkyDome.
 
 
+
 [.right.text-left]
 [.right.text-left]
 image::jme3/advanced/cone.png[cone.png,width="108",height=""]
 image::jme3/advanced/cone.png[cone.png,width="108",height=""]
 
 
 **  For a cone, set the Dome's radialSamples>4 and planes=2. 
 **  For a cone, set the Dome's radialSamples>4 and planes=2. 
 
 
+
 [.right.text-left]
 [.right.text-left]
 image::jme3/advanced/pyramid.png[pyramid.png,width="108",height=""]
 image::jme3/advanced/pyramid.png[pyramid.png,width="108",height=""]
 
 
@@ -51,11 +56,13 @@ image::http://i204.photobucket.com/albums/bb19/mike_ch_1/torus.png[Torus,width="
 
 
 *  com.jme3.scene.shape.Torus – An single-holed torus or “donut.
 *  com.jme3.scene.shape.Torus – An single-holed torus or “donut.
 
 
+
 [.right.text-left]
 [.right.text-left]
 image::jme3/advanced/220px-trefoil_knot_arb.png[PQ torus knoz,width="108",height="80"]
 image::jme3/advanced/220px-trefoil_knot_arb.png[PQ torus knoz,width="108",height="80"]
 
 
 *  com.jme3.scene.shape.PQTorus – A parameterized torus. A PQ-Torus looks like a link:http://en.wikipedia.org/wiki/Torus_knot[donut knotted into spirals].
 *  com.jme3.scene.shape.PQTorus – A parameterized torus. A PQ-Torus looks like a link:http://en.wikipedia.org/wiki/Torus_knot[donut knotted into spirals].
 
 
+
 [.right.text-left]
 [.right.text-left]
 image::jme3/advanced/nurbs_3-d_surface.png[NURBS surface,width="108",height="80"]
 image::jme3/advanced/nurbs_3-d_surface.png[NURBS surface,width="108",height="80"]