1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 17:54:18 +02:00

update doc

This commit is contained in:
Justin Lin
2020-04-01 09:15:37 +08:00
parent e41bc3f299
commit 5e52979f42

View File

@@ -15,8 +15,8 @@ Follow the steps described in [img2gray](https://github.com/JustinSDK/img2gray).
- `levels` : A list of numbers (0 ~ 255). - `levels` : A list of numbers (0 ~ 255).
- `thickness` : The thickness of the model. - `thickness` : The thickness of the model.
- `depth` : The depth of the image. Default to half of `thickness`. - `depth` : The depth of the image. Default to half of `thickness`.
- `x_twist` : The number of twisted degrees along the x-axis. - `x_twist` : The number of twisted degrees along the x-axis. Default to 0.
- `y_twist` : The number of twisted degrees along the y-axis. - `y_twist` : The number of twisted degrees along the y-axis. Default to 0.
- `invert` : Inverts height values of the image. Default to `false`. - `invert` : Inverts height values of the image. Default to `false`.
## Examples ## Examples