POV-Ray : Newsgroups : povray.general : Image Maps Server Time
10 Aug 2024 15:22:06 EDT (-0400)
  Image Maps (Message 1 to 5 of 5)  
From: Andrea Ryan
Subject: Image Maps
Date: 20 Nov 1999 23:41:56
Message: <38377665.637A46E2@global2000.net>
Hello,
How can a image map be distorted so it will look right when it is mapped
onto a sphere (like a map of the Earth)?  I am making macros for each
planet and might write a program to build solar systems.
Brendan Ryan


Post a reply to this message

From: Ken
Subject: Re: Image Maps
Date: 21 Nov 1999 00:20:27
Message: <383780CA.D0A6D584@pacbell.net>
Andrea Ryan wrote:
> 
> Hello,
> How can a image map be distorted so it will look right when it is mapped
> onto a sphere (like a map of the Earth)?  I am making macros for each
> planet and might write a program to build solar systems.
> Brendan Ryan

 Look up in the Pov docs under map_type. For spherical mapping you need
to use map_type 1. Default is map_type 0 which is planer mapping. It
should be noted that square images have some problem when mapping them
to a sphere especialy at the poles where you start to get "pinching".
I forgot the exact term for it but there are earth images and others
that are especialy designed for this type of application but I do not
know the proceedures for creating them.

 You might want to check out these links for other people's include files
and for planet image maps to give yourself a starting point:

Pov stuff:

http://home.global.co.za/~mvds/software.htm
http://www.digiquill.com/kwansys/povspace.html
http://www.ndirect.co.uk/~chris.dennis/povray.htm

Planetary and star maps:

http://samadhi.jpl.nasa.gov/maps/
http://home.HiWAAY.net/~nholmes/planets/
http://seds.lpl.arizona.edu/billa/twn/top.html
http://www.radcyberzine.com/xglobe/index.html#maps
ftp://adc.gsfc.nasa.gov/pub/adc/archives/catalogs/
http://www.lancs.ac.uk/postgrad/thomasc1/render/maps.htm




-- 
Ken Tyler -  1200+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Margus Ramst
Subject: Re: Image Maps
Date: 21 Nov 1999 10:22:47
Message: <38380EE7.674BEAF0@peak.edu.ee>
You may have to use planar, cylindrical or spherical mapping (see docs about
map_type). The choice depends on the projection type of the map you have. If the
map uses the equal-area cylindrical projection, use cylindrical mapping to apply
it to he sphere. If the map uses the equidistant cylindrical projection (aka
rectangular or equirectangular), use spherical mapping. If you happen to have
two orthographic projection maps of opposing hemispheres, you can use planar
mapping.
AFAICS you cannot use any other projection type, although some can be converted
to a suitable type.

For information about map projections, see for example:
http://www.ahand.unicamp.br/~furuti/ST/Cart/Dither/CartHow/cartHow.html

Margus

Andrea Ryan wrote:
> 
> Hello,
> How can a image map be distorted so it will look right when it is mapped
> onto a sphere (like a map of the Earth)?  I am making macros for each
> planet and might write a program to build solar systems.
> Brendan Ryan


Post a reply to this message

From: Nieminen Juha
Subject: Re: Image Maps
Date: 21 Nov 1999 14:09:16
Message: <3838435c@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote:
:  Look up in the Pov docs under map_type. For spherical mapping you need
: to use map_type 1.

  Note also that your sphere must be centered at the origin before mapping,
or else...

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Ken
Subject: Re: Image Maps
Date: 21 Nov 1999 14:10:36
Message: <38384359.8082D20C@pacbell.net>
Nieminen Juha wrote:
> 
> Ken <tyl### [at] pacbellnet> wrote:
> :  Look up in the Pov docs under map_type. For spherical mapping you need
> : to use map_type 1.
> 
>   Note also that your sphere must be centered at the origin before mapping,
> or else...

I should have mentioned the image mapping tutorial at -
http://members.xoom.com/yang4yang/pov/imap1.html

-- 
Ken Tyler -  1200+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

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