|
@@ -18,12 +18,12 @@ image::jme3/advanced/sphere.png[sphere.png,width="108",height="",align="right"]
|
|
|
|
|
|
|
|
image::jme3/advanced/cylinder.png[cylinder.png,width="108",height="",align="right"]
|
|
image::jme3/advanced/cylinder.png[cylinder.png,width="108",height="",align="right"]
|
|
|
|
|
|
|
|
-image::jme3/advanced/box.png[box.png,width="108",height="",align="right"]
|
|
|
|
|
-
|
|
|
|
|
|
|
+[.right.text-left]
|
|
|
|
|
+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).
|
|
|
* com.jme3.scene.shape.Cylinder – A disk or pillar.
|
|
* com.jme3.scene.shape.Cylinder – A disk or pillar.
|
|
|
* com.jme3.scene.shape.Sphere – A ball or elipsoid.
|
|
* com.jme3.scene.shape.Sphere – A ball or elipsoid.
|
|
|
|
|
|