mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 13:31:30 +02:00
update comment
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user