POV-Ray : Newsgroups : povray.advanced-users : World coordinates vs. local coordinates. : Re: World coordinates vs. local coordinates. Server Time
29 Jul 2024 22:27:07 EDT (-0400)
  Re: World coordinates vs. local coordinates.  
From: Ron Parker
Date: 21 Nov 2000 09:47:07
Message: <slrn91l2nd.dji.ron.parker@fwi.com>
On Tue, 21 Nov 2000 15:43:01 +0100, Rob Verweij wrote:
>For the animation to work I need the texture to stay "static" while the
>object expands so you get an effect of a moving texture on an object. In

The usual way to do this is put the transformations before the textures, 
like so:

sphere { 0,1
  scale (clock+1)
  texture {...}
}

-- 
Ron Parker   http://www2.fwi.com/~parkerr/traces.html
My opinions.  Mine.  Not anyone else's.


Post a reply to this message

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