Transform coordinates from 3d to 2d without matrix or built in methods
- by Thomas
Not to long ago i started to create a small 3D engine in javascript to combine this with an html5 canvas.
One of the issues I run into is how can you transform 3d to 2d coords.
Since I cannot use matrices or built in transformation methods I need another way.
I've tried implementing the next explanation + pseudo code:…