POV-Ray : Newsgroups : povray.advanced-users : Advanced metals libraries needed : Re: Advanced metals libraries needed Server Time
6 Oct 2024 13:46:38 EDT (-0400)
  Re: Advanced metals libraries needed  
From: Mike Williams
Date: 13 Jul 2006 21:07:08
Message: <1Zv+pCA30utEFwkj@econym.demon.co.uk>
Wasn't it Marvin who wrote:
>
>Hi, Tim, sorry to have to say this - but after checking rotation, I seem to
>have trouble with the fact that my rotor rotates, but texture is not
>rotating with it, ...
>
>Is there a sulution to this?
>Am I doing something ver wrong?

If you write 

object{Rotor
  texture {MyTexture}
  rotate {z*180*clock}
}

Then the texture should rotate with the Rotor, but if you write

object{Rotor
  rotate {z*180*clock}
  texture {MyTexture}
}

Then the Rotor should rotate but the texture should not rotate with it.

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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