File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ sloth models/Pikachu.obj
18
18
```
19
19
#### For multiple models:
20
20
```
21
- sloth "models/suzy.obj models/Pikachu .obj"
21
+ sloth "models/suzy.obj models/suzy .obj"
22
22
```
23
23
#### You can also generate a static image:
24
24
```
25
- sloth image -w <width_in_pixels> -h <height_in_pixels> models/Pikachu.obj
25
+ sloth models/Pikachu.obj image -w <width_in_pixels> -h <height_in_pixels>
26
26
```
27
27
#### You can also generate a portable Javascript render like this:
28
28
```
29
- sloth image -j <number_of_frames> -w <width_in_pixels> -h <height_in_pixels> models/Pikachu.obj > src-webify/data.js
29
+ sloth models/Pikachu.obj image -j <number_of_frames> -w <width_in_pixels> -h <height_in_pixels> > src-webify/data.js
30
30
```
31
31
32
32
Thank you, contributors!
You can’t perform that action at this time.
0 commit comments