Re: [osg-users] osgEarth SkyNode code setup

2014-10-22 Thread Carlos Sanches
In the past I sed this: // SKY const Config externals = mapNode-externalConfig(); Config skyConf = externals.child( sky ); double hours = skyConf.value( hours, 3.0 ); s_sky = new SkyNode( mapNode-getMap() ); s_sky-setDateTime( 2011, 3, 6, hours ); s_sky-attach( viewer );

Re: [osg-users] osgEarth SkyNode code setup

2014-10-22 Thread Chris Hanson
You might do better to ask this on the osgEarth forum: http://forum.osgearth.org/ ​ ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] osgEarth SkyNode code setup

2014-10-21 Thread Carlos Sanches
Hello ! How do I have to setup the SkyNode by code? Thanks -- ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org