1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-27 16:30:29 +02:00

fixed orientation problem

This commit is contained in:
Justin Lin
2017-05-16 17:55:04 +08:00
parent 76f573b23c
commit 1b7cdc228a

View File

@@ -23,7 +23,7 @@ module golden_spiral_extrude(shape_pts, from, to, point_distance,
pts = [for(pt_angle = pts_angles) pt_angle[0]];
angles = [
for(pt_angle = pts_angles)
[90, 0, pt_angle[1] + (rt_dir == "CT_CLK" ? 0 : 90)]
[90, 0, pt_angle[1] + (rt_dir == "CT_CLK" ? 0 : -90)]
];
polysections(