|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello,
I want to make a globe. I ve created a sphere and a PNG-file of a world-map.
But if i do:
pigment { image_map { png "globe.png" } }
it doesn't work. I get 8 world maps on one sphere. Nor Making the worldmap
bigger, neither making the sphere smaller does work. Does anyone have
another solution???
Thank you very much...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
J Tellings wrote:
>
> I want to make a globe. I ve created a sphere and a PNG-file of a world-map.
> But if i do:
>
> pigment { image_map { png "globe.png" } }
>
> it doesn't work.
Try: pigment { image_map { png "globe.png" map_type 1 } }
/Ib
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3E0### [at] ibrasdk> , Ib Rasmussen <ib### [at] ibrasdk> wrote:
>> I want to make a globe. I ve created a sphere and a PNG-file of a world-map.
>> But if i do:
>>
>> pigment { image_map { png "globe.png" } }
>>
>> it doesn't work.
>
>
> Try: pigment { image_map { png "globe.png" map_type 1 } }
Plus reading the documentation, because this is really explained in there!
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3e08a161$1@news.povray.org...
> In article <3E0### [at] ibrasdk> , Ib Rasmussen <ib### [at] ibrasdk>
wrote:
>
> >> I want to make a globe. I ve created a sphere and a PNG-file of a
world-map.
> >> But if i do:
> >>
> >> pigment { image_map { png "globe.png" } }
> >>
> >> it doesn't work.
> >
> >
> > Try: pigment { image_map { png "globe.png" map_type 1 } }
>
> Plus reading the documentation, because this is really explained in there!
>
> Thorsten
I've read the documentation, but which map projection do they use? I've
tried lots op projections such as mercator, cylindrical, azimutal,
homalosine projection of Goode, etc.. But non of them give a good result. Do
you know?
> ____________________________________________________
> Thorsten Froehlich, Duisburg, Germany
> e-mail: tho### [at] trfde
>
> Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
J Tellings wrote:
> I've read the documentation, but which map projection do they use? I've
> tried lots op projections such as mercator, cylindrical, azimutal,
> homalosine projection of Goode, etc.. But non of them give a good result. Do
> you know?
I don't think map projections will work. You need an image, where the
surface of the earth is stretched out to a rectangle, like the image on
this page: http://livingearth.com/
/Ib
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |