readme
This commit is contained in:
parent
076ca7ea82
commit
4ff2fd06c6
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -5,3 +5,14 @@ Make thumbnails for stl files.
|
|||
> WARNING: This is vibe coded ai slop POC
|
||||
|
||||

|
||||
|
||||
``` bash
|
||||
just serve
|
||||
```
|
||||
|
||||
``` bash
|
||||
stlthumb render model.stl --output thumb.png --size 512 --elev 20 --azim 45
|
||||
stlthumb render model.stl --transparent --color "#f59e0b" --shading toon --toon-levels 4
|
||||
stlthumb render model.stl --bg '#0f172a' --edge-alpha 0.15 --proj ortho
|
||||
stlthumb render model.stl --light 1 1 1 --ambient 0.2 --diffuse 0.8
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue