We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2586c commit c20360aCopy full SHA for c20360a
pages/common/3d-ascii-viewer.md
@@ -0,0 +1,28 @@
1
+# 3d-ascii-viewer
2
+
3
+> View 3D `.obj` models as animated ASCII in the terminal.
4
+> More information: <https://github.com/autopawn/3d-ascii-viewer>.
5
6
+- Display a model:
7
8
+`3d-ascii-viewer {{path/to/model}}.obj`
9
10
+- Set width and height:
11
12
+`3d-ascii-viewer -w {{width}} -h {{height}} {{path/to/model}}.obj`
13
14
+- Enable color:
15
16
+`3d-ascii-viewer --color {{path/to/model}}.obj`
17
18
+- Set frames per second:
19
20
+`3d-ascii-viewer -f {{fps}} {{path/to/model}}.obj`
21
22
+- Interactive mode:
23
24
+`3d-ascii-viewer --interactive {{path/to/model}}.obj`
25
26
+- Display help:
27
28
+`3d-ascii-viewer --help`
0 commit comments