3d object projection in terminal.
One of the assignment of 42Tokyo.
This program projects the 3d point cloud file in terminal.
git clone https://github.com/nakamo326/term3d.git
cd term3d && make
./term3d resources/torus.3d
There are some 3d file sample in resources dir.
WASD: rotate object
space: toggle rotate
HL: rotate camera with Y axis
JK: rotate camera with X axis
UI: rotate camera with Z axis
R: zoom out
F: zoom in
Q: quit
Taisei Toya
Thanks a lot!