Merge pull request #3 from openscad/involute_order

Involute order && chmod - from kintel
This commit is contained in:
Evan Jones 2012-02-07 19:33:37 -08:00
commit d00d43e5f9
2 changed files with 1 additions and 1 deletions

0
3d_triangle.scad Executable file → Normal file
View file

View file

@ -286,7 +286,7 @@ module involute_bevel_gear_tooth (
[side2_point2[0],side2_point2[1],0],
[side2_point1[0],side2_point1[1],0],
[0.1,0,0]],
triangles=[[0,1,2],[0,2,3],[0,3,4],[0,5,1],[1,5,2],[2,5,3],[3,5,4],[0,4,5]]);
triangles=[[0,2,1],[0,3,2],[0,4,3],[0,1,5],[1,2,5],[2,3,5],[3,4,5],[0,5,4]]);
}
}
}