| ZSpider wrote:
> Anyway,  thanks to Micha!  I'm going to try and animate it now and
> get it spinning around.  Will I run into any troubles there?  I know
> how to do crude animations, but I think that there's a way to mess
> up an animation with an image map so that it doesn't move.
It should be fairly easy. A psuedo example -
#declare World = sphere { all the stuff you just learned }
// Make it spin
object { World rotate 360*y*clock }
-- 
Ken Tyler
Post a reply to this message
 |