Whisperings:Solo Piano Radio
  POV-Ray : Newsgroups : povray.newusers : Connecting two objects after transformation operations... : Re: Connecting two objects after transformation operations... Server Time: 20 Jul 2008 11:04:58 GMT
  Re: Connecting two objects after transformation operations...  
From: this is me
Date: 13 Feb 2008 21:30:00
"Chris B" <nomail [at] nomailcom> wrote:
>
> You can declare a transformation for each rotation/translation pair, then
> use your transform both to position the objects and to reposition the
> location vectors that you need for the ends of the cylinders. Something like
> the following:
>
> #declare MyTransform1 = transform {rotate ... translate ...}
> object {... transform {MyTransform1}}
> ...
> cylinder
> {vtransform(MyPoint1,MyTransform1),vtransform(MyPoint1,MyTransform2),MyRadius
> ...}
> ...
>
>
> Regards,
> Chris B.

Excellent!  Just the kind of push in the right direction for which I was
looking.


Post a reply to this message

Copyright 1991-2004 POV-Team™