WASD to move, arrow keys to look around, and Q and Z to change elevation. EDIT: Hmm... that's a strange glitch... (See if you can find it :P) FIXED: There is also some weird problem with the line segmenter which generates a dot not too related to the line --- I need to figure out what part of the script does that and fix it. :/
This took a while. (Especially the trigonometry.) This is a copy of my old 3D project, except instead it draws a line. But here's the catch: The line isn't a 3D line, it's instead a collection of 3D points because the line math I was using wasn't working. And my other project "Just A Little Test" (http://scratch.mit.edu/projects/17667834/) was my test of the math to segment a line. --CREDITS-- DadOfMrLog's projects helped with the 3D projection math, and he also gave me a hint to make the project smoother. Everything else (in terms of math) was written by myself. :D