POV-Ray : Newsgroups : povray.general : The texture doesn't move : Re: The texture doesn't move Server Time
13 Aug 2024 05:46:17 EDT (-0400)
  Re: The texture doesn't move  
From: Matthew Bennett
Date: 30 Oct 1998 13:04:10
Message: <3639ff9a.0@news.povray.org>
You problem is the very last texture definition at the end of your pette.inc
file. It's re-defining a texture that then overrides all the rotated
textures you declared previously.  Simply remove the final texture
definition found in the last three lines in your file:

from:
     }
     texture {Text_Patte}
}

to:
     }
}


Hope that helps :)

Matt


Post a reply to this message

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