View 3D models in the terminal.
Have Stack installed.
stack run -- --help
stack run -- data/dragon-head.ply
stack run -- data/rashsar.ply --fov 45Drag the left mouse button to rotate the view.
Exit with Ctrl+C.
Tested with xfce4-terminal on Linux.
This program expects a very specific form of PLY or COLLADA from which to load a 3D mesh. Vertex colors and normals must be provided.
See data/ for examples.
