소스 검색

link to images

mitm001 5 년 전
부모
커밋
15aea09755
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      docs/modules/core/pages/scene/shape/shape.adoc

+ 8 - 8
docs/modules/core/pages/scene/shape/shape.adoc

@@ -14,7 +14,7 @@ The simplest type of Meshes are the built-in JME Shapes. You can create Shapes w
 [.float-group]
 --
 [.right.text-left]
-image::jme3/advanced/box.png[box.png,width="108",height=""]
+image::scene/shape/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).
 --
@@ -22,35 +22,35 @@ image::jme3/advanced/box.png[box.png,width="108",height=""]
 [.float-group]
 --
 [.right.text-left]
-image::jme3/advanced/cylinder.png[cylinder.png,width="108",height=""]
+image::scene/shape/cylinder.png[cylinder.png,width="108",height=""]
 *  com.jme3.scene.shape.Cylinder – A disk or pillar.
 --
 
 [.float-group]
 --
 [.right.text-left]
-image::jme3/advanced/sphere.png[sphere.png,width="108",height=""]
+image::scene/shape/sphere.png[sphere.png,width="108",height=""]
 *  com.jme3.scene.shape.Sphere – A ball or elipsoid.
 --
 
 [.float-group]
 --
 [.right.text-left]
-image::jme3/advanced/dome.png[dome.png,width="108",height=""]
+image::scene/shape/dome.png[dome.png,width="108",height=""]
 *  com.jme3.scene.shape.Dome – A semi-sphere, e.g. SkyDome.
 --
 
 [.float-group]
 --
 [.right.text-left]
-image::jme3/advanced/cone.png[cone.png,width="108",height=""]
+image::scene/shape/cone.png[cone.png,width="108",height=""]
 *  For a cone, set the Dome's radialSamples>4 and planes=2.
 --
 
 [.float-group]
 --
 [.right.text-left]
-image::jme3/advanced/pyramid.png[pyramid.png,width="108",height=""]
+image::scene/shape/pyramid.png[pyramid.png,width="108",height=""]
 *  For a pyramid, set the Dome's radialSamples=4 and planes=2.
 --
 
@@ -64,14 +64,14 @@ image::http://i204.photobucket.com/albums/bb19/mike_ch_1/torus.png[Torus,width="
 [.float-group]
 --
 [.right.text-left]
-image::jme3/advanced/220px-trefoil_knot_arb.png[PQ torus knoz,width="108",height="80"]
+image::scene/shape/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].
 --
 
 [.float-group]
 --
 [.right.text-left]
-image::jme3/advanced/nurbs_3-d_surface.png[NURBS surface,width="108",height="80"]
+image::scene/shape/nurbs_3-d_surface.png[NURBS surface,width="108",height="80"]
 *  com.jme3.scene.shape.Surface – A curved surface (called link:http://en.wikipedia.org/wiki/File:NURBS_3-D_surface.gif[NURBS]) described by knots, weights and control points. Compare with shape.Curve.
 --