MeshDim banner

MeshDim

2 devlogs
37m 9s

An app that transforms real 3d models into ASCII 3d art.

mink

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.

Attachment
Attachment
0
mink

I created all the Folders and Files for now.
Then I tried figuring out OBJ format to create a 3d Cube.

Attachment
0