|
|
On Mon, 26 Nov 2001 09:46:24 +1000, David Findlay wrote:
> 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?
Oops. It should just be flipped. How do I flip it? Thanks,
David
Post a reply to this message
|
|