Re: [osg-users] Painting terrain

2014-02-26 Thread Trajce Nikolov NICK
Hi Srikanth, I have some time now these days to help you. If you could post your code and the terrain model I can look at it. Feel free to use my email Nick On Wed, Feb 26, 2014 at 6:41 AM, Srikanth Prahlad osgfo...@tevs.eu wrote: Hi, The screen shot has been taken from a far off pint to

Re: [osg-users] Osg::volume and 3D object intersection

2014-02-26 Thread Robert Osfield
Hi Verdavine, The svn/trunk version of the OSG has a new osgVolume::MultiPassTechnique that supports mixing 3D geometries with ray traced volumes. This technique requires you to decorate the scene with a the new osgVolume::VolumeScene node, and then attach the MultiPassTechnique to the

Re: [osg-users] Hidden Memory Leaks

2014-02-26 Thread Ulrich Hertlein
Hi Amir, Quoting amir amir.yi...@gmail.com: Env: Win7/64bit/MSVC 2008/OSG3.0.1 I make unusual use of OSG - in every iteration I set new parameters, then I read the results to images and use them (no graphic display is required!) I have my app keep growing all the time... Any suggestion? I'm

Re: [osg-users] osgearth 2.4' PlaceNode fails to save as IVE

2014-02-26 Thread Jason Beverage
You can't save any of the osgEarth types as IVE. The only thing you can do is write a MapNode to another earth file. Jason On Tue, Oct 1, 2013 at 7:42 AM, Han 1683957...@qq.com wrote: Code: #include osg/Notify #include osgViewer/Viewer #include osgEarthUtil/EarthManipulator #include

Re: [osg-users] [vpb] Using ASTER DEM files

2014-02-26 Thread Jason Beverage
A little teaser, but look forward to some much improved performance with GDAL elevations once we merge our topic-fallback branch back into the master. With the changes in that branch I was able to load the entire CGIAR dataset which is 874 geotiffs, ~60 GB of elevation data, as separate layers in