2 devlogs
37m 9s
An app that transforms real 3d models into ASCII 3d art.
An app that transforms real 3d models into ASCII 3d art.
Wrote the parser.py
It takes OBJ models and adds the coordinates from the 3d model to a list. This List now can be used to render the 3D model which is the next step. Tried this on the cube.
Log in to leave a comment
I created all the Folders and Files for now.
Then I tried figuring out OBJ format to create a 3d Cube.
Log in to leave a comment