1

I just finished my first commit of "3D Rendering Engine" <-- Best way I can call it I think.

QUESTION:
If I have a list of nodes with x, y, z values that I am projecting to a 2D plane, how would I rotate the whole list around the top (y) axis?

I am using python

If you are interested, here's the GitHub Repo:
https://github.com/hamolicious/...

Comments
Add Comment