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
|