POV-Ray : Newsgroups : povray.newusers : Confused with map_type 1 : Re: Confused with map_type 1 Server Time
5 Sep 2024 04:15:23 EDT (-0400)
  Re: Confused with map_type 1  
From: JRG
Date: 25 Nov 2001 18:25:43
Message: <3c017df7@news.povray.org>
Apply the texture before transforming your sphere. Be sure that your sphere
is centred at the origin from the beginning:

sphere {
    <0,0,0>, 2
texture {
    pigment {image_map {tga "your.tga" map_type 1}}
}
translate wherever_you_want
}

"David Findlay" <dav### [at] yahoocomau> ha scritto nel messaggio
news:3c017495@news.povray.org...
> I've got a sphere with a size of 2. I have a huge tga image I want to wrap
around it. I've set
> map_type to 1, but I only get a tiny portion of my image being used. How
do I get it to use the
> whole picture? Thanks,
>
> David


Post a reply to this message

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