POV-Ray : Newsgroups : povray.newusers : animation question : Re: animation question Server Time
6 Sep 2024 12:12:59 EDT (-0400)
  Re: animation question  
From: Jerry Anning
Date: 12 May 1998 02:12:14
Message: <3557E83E.AD3D9552@dhol.com>
Jerry Anning wrote:

> scale .35
> translate -.75*x
> translate 4*y // since you are rotating around y, this is ok.
> rotate <0, 360*clock, 0>
> translate -145*x

Oops! Typo!  That should have been:

scale .35
translate 4*y
rotate <0, 360*clock, 0>
translate -145*z // <--z instead of x

Jerry Anning
cle### [at] dholcom


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.