1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 13:31:30 +02: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). levels : A list of numbers (0 ~ 255).
radius: sphere radius. radius: sphere radius.
thickness: shell thickness thickness: shell thickness
depth: the depth of the image
angle: [za, xa] mapping angles. angle: [za, xa] mapping angles.
invert: inverts how the gray levels are translated into height values. 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). levels : A list of numbers (0 ~ 255).
thickness: square thickness thickness: square thickness
depth: the depth of the image
invert: inverts how the gray levels are translated into height values. invert: inverts how the gray levels are translated into height values.
*/ */
module sf_square(levels, thickness, depth, invert = false) { module sf_square(levels, thickness, depth, invert = false) {