POV-Ray : Newsgroups : povray.newusers : Confused with map_type 1 : Re: Confused with map_type 1 Server Time
5 Sep 2024 04:19:36 EDT (-0400)
  Re: Confused with map_type 1  
From: David Findlay
Date: 25 Nov 2001 18:46:24
Message: <3c0182d0$1@news.povray.org>
On Mon, 26 Nov 2001 09:25:31 +1000, JRG wrote:

> 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
> }

Okay thanks, that worked. But now my picture is upsidedown. How do I rotate it 180
degrees?

David


Post a reply to this message

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