POV-Ray : Newsgroups : povray.animations : Stretching object with clock : Re: Stretching object with clock Server Time
18 May 2024 19:10:18 EDT (-0400)
  Re: Stretching object with clock  
From: Warp
Date: 11 Feb 2008 18:37:21
Message: <47b0dc31@news.povray.org>
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 2003-2023 Persistence of Vision Raytracer Pty. Ltd.