On 10/26/07, Argentieri, John-P63223 <[EMAIL PROTECTED]> wrote:
> Robert,
>
> My images are in a lat/long coordinate system. How can I project them
> onto a globe in spherical coordinates?

There is no OpenGL texgen support for this type of mapping.  You could
possible use a vertex program to do it, but far more practical would
be to put lat/long tex coords onto the geometry via a custom visitor
that adds this to loaded models.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to