|
@@ -17,20 +17,17 @@ The simplest type of Meshes are the built-in JME Shapes. You can create Shapes w
|
|
|
|
|
|
|
|
[.right.text-left]
|
|
[.right.text-left]
|
|
|
image::jme3/advanced/box.png[box.png,width="108",height=""]
|
|
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.
|
|
|
|
|
|
|
|
|
|
|