[osg-users] Solar/Lunar Pos/osgEphemeris

2014-03-20 Thread Conan
I need to calculate the position of the sun/moon in my code. Can osgEphemeris do this without utilitizing it for any rendering tasks? I just need the data not rendering capabilities. CD ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Solar/Lunar Pos/osgEphemeris

2014-03-20 Thread Glenn Waldron
CD, I don't know about osgEphemeris, but here is the code that osgEarth uses: https://github.com/gwaldron/osgearth/blob/master/src/osgEarthUtil/Ephemeris[.cpp] Glenn Waldron / @glennwaldron On Thu, Mar 20, 2014 at 9:01 AM, Conan d...@celticblues.com wrote: I need to calculate the position

Re: [osg-users] Solar/Lunar Pos/osgEphemeris

2014-03-20 Thread Conan
Thanks. That looks like what I need. CD On 2014-03-20 08:18, Glenn Waldron wrote: CD, I don't know about osgEphemeris, but here is the code that osgEarth uses: https://github.com/gwaldron/osgearth/blob/master/src/osgEarthUtil/Ephemeris [2] [.cpp] Glenn Waldron / @glennwaldron On Thu, Mar

Re: [osg-users] Solar/Lunar Pos/osgEphemeris

2014-03-20 Thread Paul Martz
Yes, osgEphemeris can be used for calculation only. osgEphemeris was moved from its old home to Google Code. Get the latest from here: http://osgephemeris.googlecode.com. -Paul On Thu, Mar 20, 2014 at 7:01 AM, Conan d...@celticblues.com wrote: I need to calculate the position of the