Rotating 3D Cube in JavaScript
maettig.com
Rotating 3D Cube in JavaScript
1–10 of 12 posts
Re: Rotating 3D Cube in JavaScript
#2Simply awesome. All powered by a single nested for loop and a bit of linear algebra.
Re: Rotating 3D Cube in JavaScript
#3Simply awesome. All powered by a single nested for loop and a bit of linear algebra.
Yeah - it's a surprisingly compact bit of code.
Re: Rotating 3D Cube in JavaScript
#4Perfect? no. Awesome? yes.
Re: Rotating 3D Cube in JavaScript
#5Here is another cool one:
http://maettig.com/code/javascript/divo.html
Then a bunch more here: http://maettig.com/code/javascript/
Re: Rotating 3D Cube in JavaScript
#6Here is another cool one: http://maettig.com/code/javascript/divo.html Then a bunch more here: http://maettig.com/code/javascript/
Re: Rotating 3D Cube in JavaScript
#7Re: Rotating 3D Cube in JavaScript
#8heh the lens seems a bit fisheyed to me in the render. but still pretty cool
[oh i get it, it's like psuedo-3D, nice]
Re: Rotating 3D Cube in JavaScript
#9Does anyone else get some font artifacts left on the screen in safari?
http://uploads.mibbit.com/up/hzVcXcFN.png
See the red dots... That's not good.
Re: Rotating 3D Cube in JavaScript
#10Up and down are switched. No wait, now left and right are switched! No, now it's up and down again...! (brain explodes)