Whisperings:Solo Piano Radio
  POV-Ray : Newsgroups : povray.animations : Stretching object with clock : Re: Stretching object with clock Server Time: 4 Jul 2008 21:42:18 GMT
  Re: Stretching object with clock  
From: Warp
Date: 11 Feb 2008 23:37:21
thisroad <nomail@nomail> wrote:
> cylinder{A, B, 0.25
>  Axial_Scale_Trans(axis,clock)
>   texture{
>     pigment {color Coral}
>     finish{phong 0.4 ambient 0.8}
>   }
> }

  What is 'axis'?

  How about simply doing some simple math instead:

cylinder { A, A + clock*(B-A), 0.25
  texture{
    pigment {color Coral}
    finish{phong 0.4 ambient 0.8}
  }
}


-- 
                                                          - Warp


Post a reply to this message

Copyright 1991-2004 POV-Team™