POV-Ray : Newsgroups : povray.unofficial.patches : uv-mapping - what am I doing wrong? : Re: uv-mapping - what am I doing wrong? Server Time
1 Sep 2024 16:13:19 EDT (-0400)
  Re: uv-mapping - what am I doing wrong?  
From: Marc-Hendrik Bremer
Date: 7 Mar 2001 06:48:45
Message: <3aa6201d$1@news.povray.org>
No :-)

I could reproduce the error, now ... I'm sometimes a bit confuse I think.

Actually I found the problem - I did no uv_mapping!

My scene is like this:
#macro Spatz(...)
union{

bicubic_patch{ ... uv_mapping}
bicubic_patch{ ... uv_mapping}
...
pigment{
   image_map{...}
}
}
object{Spatz(..) rotate y*60}

I think that is wrong, if I want to make uv_mapping, is it?
Removing the uv_mapping-keywords let's me rotate the model now. And the
pigment rotates ok.

I don't know if it is the correct behaviour  that it did not work with the
keywords or not.

Sorry, for making such a mess with this.

Marc-Hendrik


Tom Melly schrieb in Nachricht <3aa615b6$1@news.povray.org>...
>"Marc-Hendrik Bremer" <Mar### [at] t-onlinede> wrote in message
>news:3aa6023f@news.povray.org...
>
><snip>
>
>I haven't tested whether this would re-create your problem, but could you
>have been rotating your object BEFORE applying the UV?
>
>


Post a reply to this message

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