Re: [osg-users] TexGenNode and projecting from inside geometry tothe outside

2007-10-26 Thread Robert Osfield
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

Re: [osg-users] TexGenNode and projecting from inside geometry tothe outside

2007-10-26 Thread Argentieri, John-P63223
Subject: Re: [osg-users] TexGenNode and projecting from inside geometry tothe outside Use the TexGenNode with eye linear coordinates. On 10/26/07, Argentieri, John-P63223 <[EMAIL PROTECTED]> wrote: > > > > Robert, > > If I want to project textures onto a PagedLOD globe, can I