mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
655 B
Plaintext
34 lines
655 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 3d-ascii-viewer
|
|
|
|
> View 3D `.obj` models as animated ASCII in the terminal.
|
|
> More information: <https://github.com/autopawn/3d-ascii-viewer>.
|
|
|
|
- Display a model:
|
|
|
|
`3d-ascii-viewer {{path/to/model}}.obj`
|
|
|
|
- Set width and height:
|
|
|
|
`3d-ascii-viewer -w {{width}} -h {{height}} {{path/to/model}}.obj`
|
|
|
|
- Enable color:
|
|
|
|
`3d-ascii-viewer --color {{path/to/model}}.obj`
|
|
|
|
- Set frames per second:
|
|
|
|
`3d-ascii-viewer -f {{fps}} {{path/to/model}}.obj`
|
|
|
|
- Interactive mode:
|
|
|
|
`3d-ascii-viewer --interactive {{path/to/model}}.obj`
|
|
|
|
- Display help:
|
|
|
|
`3d-ascii-viewer --help`
|