mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-02-24 09:33:26 +01:00
update comment
This commit is contained in:
parent
2e2b4de1eb
commit
1d68bad5d7
@ -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.
|
||||
*/
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user