1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-02-24 09:33:26 +01:00

update comment

This commit is contained in:
Justin Lin 2020-02-20 10:15:15 +08:00
parent 2e2b4de1eb
commit 1d68bad5d7
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ use <experimental/tf_sphere.scad>;
levels : A list of numbers (0 ~ 255).
radius: sphere radius.
thickness: shell thickness
depth: the depth of the image
angle: [za, xa] mapping angles.
invert: inverts how the gray levels are translated into height values.
*/

View File

@ -4,6 +4,7 @@ use <experimental/sf_solidify.scad>;
/*
levels : A list of numbers (0 ~ 255).
thickness: square thickness
depth: the depth of the image
invert: inverts how the gray levels are translated into height values.
*/
module sf_square(levels, thickness, depth, invert = false) {