From 264d7b608a3e3ced68738f84acdb08b0530d0020 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 16 May 2017 17:13:57 +0800 Subject: [PATCH] updated doc --- docs/lib-ring_extrude.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/lib-ring_extrude.md b/docs/lib-ring_extrude.md index 6b94fb40..2464f8a8 100644 --- a/docs/lib-ring_extrude.md +++ b/docs/lib-ring_extrude.md @@ -25,10 +25,10 @@ If your 2D shape is not solid, indexes of triangles are required. See [polysecti include ; shape_pts = [ - [-2, -10], - [-2, 10], + [2, -10], [2, 10], - [2, -10] + [-2, 10], + [-2, -10] ]; ring_extrude(shape_pts, radius = 50, twist = 180); @@ -41,10 +41,10 @@ If your 2D shape is not solid, indexes of triangles are required. See [polysecti include ; shape_pts = [ - [-2, -10], - [-2, 10], + [2, -10], [2, 10], - [2, -10] + [-2, 10], + [-2, -10] ]; ring_extrude(shape_pts, radius = 50, angle = 180, scale = 2);