snippetbashTip
3d-ascii-viewer — View 3D `.obj` models as animated ASCII in the terminal. More information: <https://github.com/autop
Viewed 0 times
commandmodelsasciiobjclianimated3d-ascii-viewerview
Problem
How to use the
3d-ascii-viewer command: View 3D .obj models as animated ASCII in the terminal. More information: <https://github.com/autopawn/3d-ascii-viewer>.Solution
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}}.objSet width and height:
3d-ascii-viewer -w {{width}} -h {{height}} {{path/to/model}}.objEnable color:
3d-ascii-viewer --color {{path/to/model}}.objSet frames per second:
3d-ascii-viewer -f {{fps}} {{path/to/model}}.objInteractive mode:
3d-ascii-viewer --interactive {{path/to/model}}.objDisplay help:
3d-ascii-viewer --helpCode Snippets
Display a model
3d-ascii-viewer {{path/to/model}}.objSet width and height
3d-ascii-viewer -w {{width}} -h {{height}} {{path/to/model}}.objEnable color
3d-ascii-viewer --color {{path/to/model}}.objSet frames per second
3d-ascii-viewer -f {{fps}} {{path/to/model}}.objInteractive mode
3d-ascii-viewer --interactive {{path/to/model}}.objContext
tldr-pages: common/3d-ascii-viewer
Revisions (0)
No revisions yet.