Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 546 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 546 Bytes

3D_Projection

3dcube

see 3dcube.mp4 for a higher quality video. A 3d projection program written in python using pygame and math librarys. it draws lines from each point to every other point (including itself) for demonstration porposes.

the cube follows the mouse pointer position on the screen. because this is orthographic projection, it may not look like it does.