[osg-users] altering terrain texture...

2010-01-25 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
All, Is there a way of programmatically altering texture state such as filtering on a chunk of terrain built with VPB? Everything I've tried thus far has not worked. Thanks in advance. -Shayne smime.p7s Description: S/MIME cryptographic signature ___

Re: [osg-users] altering terrain texture...

2010-01-25 Thread Chris 'Xenon' Hanson
On 1/25/2010 12:23 PM, Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC wrote: > Is there a way of programmatically altering texture state such as > filtering on a chunk of terrain built with VPB? > Everything I’ve tried thus far has not worked… Should be -- there's nothing magic about VPB databas

Re: [osg-users] altering terrain texture...

2010-01-25 Thread Robert Osfield
Hi Shane, There are a couple of texture policy settings in the osgDB::DatabasePager that can tweak things a bit, but not generally: /** Set whether newly loaded textures should have their UnrefImageDataAfterApply set to a specified value.*/ void setUnrefImageDataAfterApplyPolicy(

Re: [osg-users] altering terrain texture...

2010-01-25 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
openscenegraph.org] On Behalf Of Chris 'Xenon' Hanson Sent: Monday, January 25, 2010 12:35 PM To: OpenSceneGraph Users Subject: Re: [osg-users] altering terrain texture... On 1/25/2010 12:23 PM, Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC wrote: > Is there a way of programmatically al

Re: [osg-users] altering terrain texture...

2010-01-25 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
needs... Thanks, -Shayne -Original Message- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Robert Osfield Sent: Monday, January 25, 2010 12:42 PM To: OpenSceneGraph Users Subject: Re: [osg-users] altering terrain texture... Hi

Re: [osg-users] altering terrain texture...

2010-01-26 Thread Robert Osfield
Hi Shayne, On Mon, Jan 25, 2010 at 9:28 PM, Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC wrote: > What I'm trying to do is minimize the texture "crawling" artifact I see when > I fly at a low azimuth view looking out along the terrain skin to the > horizon. I thought that playing with the textu

Re: [osg-users] altering terrain texture...

2010-01-26 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
OpenSceneGraph Users Subject: Re: [osg-users] altering terrain texture... Hi Shayne, On Mon, Jan 25, 2010 at 9:28 PM, Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC wrote: > What I'm trying to do is minimize the texture "crawling" artifact I see when > I fly at a low azimuth v

Re: [osg-users] altering terrain texture...

2010-01-27 Thread Robert Osfield
Hi Shayne, On Tue, Jan 26, 2010 at 6:42 PM, Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC wrote: > Robert, > > In answer to your inquiry, I'm using a database based on > osgTerrain::TerrainTile so the texture settings are embedded in the tiles as > you asserted earlier. I wasn't planning on usin

Re: [osg-users] altering terrain texture...

2010-01-27 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
to for filtering on the texture... Thanks, -Shayne -Original Message- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Robert Osfield Sent: Wednesday, January 27, 2010 2:09 AM To: OpenSceneGraph Users Subject: Re: [osg-use

Re: [osg-users] altering terrain texture...

2010-01-27 Thread Robert Osfield
Hi Shayne, On Wed, Jan 27, 2010 at 3:11 PM, Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC wrote: > I think your proposal would be a great benefit and would make things more > flexible. I'm rather busy working on submissions, so if you can dive in and implement it would sure shorted the features

Re: [osg-users] altering terrain texture...

2010-01-27 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
t: Re: [osg-users] altering terrain texture... Hi Shayne, On Wed, Jan 27, 2010 at 3:11 PM, Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC wrote: > I think your proposal would be a great benefit and would make things more > flexible. I'm rather busy working on submissions, so if you