Re: [osg-users] Turning off heightfields in terrain database

2008-08-11 Thread Greg Myers
let you know if it works. Greg From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glenn Waldron Sent: Saturday, August 09, 2008 2:53 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Turning off heightfields in terrain database Greg, try: osgTerrain::Terrain

[osg-users] Turning off heightfields in terrain database

2008-08-09 Thread Greg Myers
Hello, I recently built a terrain database using VPB with some DTED data and BMNG images. It looks great. Now, I find out that one of my user requirements is to be able to flatten the earth. What they actually mean by this is simply take out the DTED data so that all the imagery data is

Re: [osg-users] Turning off heightfields in terrain database

2008-08-09 Thread Glenn Waldron
Greg, try: osgTerrain::Terrain::setVerticalScale( 0.0f ); Never tried it but it seems like what you want. Let us know if it works. Glenn On Sat, Aug 9, 2008 at 12:54 PM, Greg Myers [EMAIL PROTECTED] wrote: Hello, I recently built a terrain database using VPB with some DTED data and

Re: [osg-users] Turning off heightfields in terrain database

2008-08-09 Thread Greg Myers
To: OpenSceneGraph Users Subject: Re: [osg-users] Turning off heightfields in terrain database Greg, try: osgTerrain::Terrain::setVerticalScale( 0.0f ); Never tried it but it seems like what you want. Let us know if it works. Glenn On Sat, Aug 9, 2008 at 12:54 PM, Greg Myers [EMAIL PROTECTED