you should be able to turn up+down.
yeah, I added that to a Python version of this project that I made. I've considered adding it to this one but I haven't yet because it makes the math a bit more complex and I'm feeling lazy :D
The first step towards a Scratch 3d rendering program.
Maybe not.
This is a simple x-axis rotation program, where it redraws the x-axis based on the angle you are viewing it at.Left arrow: turn to the leftRight arrow: turn to the rightThe formula used by the project is y = x * sin(theta), where y is the percieved length, x is the length, and theta is the view angle.For it to actually work, download and view in full screen mode.
Comments
You need to be logged in to post comments
Add a Comment
you should be able to turn up+down.
yeah, I added that to a Python version of this project that I made. I've considered adding it to this one but I haven't yet because it makes the math a bit more complex and I'm feeling lazy :D
The first step towards a Scratch 3d rendering program.
Maybe not.
(view all replies)