More Mashed Up Spheres

morespheres

Doesn't need much of an introduction, after my previous post "Amazing what happens when you modify a Sphere"; I realised that I'd missed a few combinations, and as such thought it'd be a good idea to finish off the obvious combinations.. you know, to see what they looked like.

One of the best, and the one that makes the most sense formula wise is M16.. here's the formula for it

x = Math.cos(a) * Math.cos(r);
y = Math.cos(a) * Math.sin(r);
z = Math.sin(a) * Math.sin(r);

makes sense to me! anyway, on with the show - here are the rest:

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Printed from: http://webr3.org/blog/haxe/more-mashed-up-spheres/ .
© Your Name Here 2010.

Leave a Reply

  • webr3 avatar