|
|
@@ -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.StripBox – A cube or cuboid. Solid filled faces (inside and outside).
|
|
|
|
|
|
+
|
|
|
[.right.text-left]
|
|
|
image::jme3/advanced/cylinder.png[cylinder.png,width="108",height=""]
|
|
|
|
|
|
* com.jme3.scene.shape.Cylinder – A disk or pillar.
|
|
|
|
|
|
+
|
|
|
[.right.text-left]
|
|
|
image::jme3/advanced/sphere.png[sphere.png,width="108",height=""]
|
|
|
|
|
|
* com.jme3.scene.shape.Sphere – A ball or elipsoid.
|
|
|
|
|
|
+
|
|
|
[.right-.text-left]
|
|
|
image::jme3/advanced/dome.png[dome.png,width="108",height=""]
|
|
|
* com.jme3.scene.shape.Dome – A semi-sphere, e.g. SkyDome.
|
|
|
|
|
|
+
|
|
|
[.right.text-left]
|
|
|
image::jme3/advanced/cone.png[cone.png,width="108",height=""]
|
|
|
|
|
|
** For a cone, set the Dome's radialSamples>4 and planes=2.
|
|
|
|
|
|
+
|
|
|
[.right.text-left]
|
|
|
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.
|
|
|
|
|
|
+
|
|
|
[.right.text-left]
|
|
|
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].
|
|
|
|
|
|
+
|
|
|
[.right.text-left]
|
|
|
image::jme3/advanced/nurbs_3-d_surface.png[NURBS surface,width="108",height="80"]
|
|
|
|