Re: [osg-users] Height Above Terrain for PagedLOD node converted from Proxy node

2008-07-03 Thread Kiff Loh

Hi,
 
Is there any chance of querying the height of this terrain with OSG 1.2? 
 
OSG 1.2 doesn't have this osgSim::HeightAboveTerrain class. 
 
Kiff
 
 Message: 5 Date: Wed, 2 Jul 2008 11:41:38 +0100 From: Robert Osfield 
 [EMAIL PROTECTED] Subject: Re: [osg-users] Height Above Terrain for 
 PagedLOD node converted from Proxy node To: OpenSceneGraph Users 
 osg-users@lists.openscenegraph.org Message-ID: [EMAIL PROTECTED] 
 Content-Type: text/plain; charset=ISO-8859-1  2008/7/2 Kiff Loh [EMAIL 
 PROTECTED]:  Hi,   I've just converted some OpenFlight files to Paged 
 ive by replacing the  Proxy nodes to PagedLOD nodes in the master flight, 
 thanks to Brian Hill.  Can anyone advise me on how do I do a terrain height 
 query with this new  pagedLOD database?  osgSim::HeightAboveTerrain.   
 --
_
Get your free suite of Windows Live services today!
http://www.get.live.com/wl/all___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Height Above Terrain for PagedLOD node converted from Proxy node

2008-07-03 Thread Robert Osfield
On Thu, Jul 3, 2008 at 10:38 AM, Kiff Loh [EMAIL PROTECTED] wrote:
 Hi,

 Is there any chance of querying the height of this terrain with OSG 1.2?

 OSG 1.2 doesn't have this osgSim::HeightAboveTerrain class.

You can use osgUItil::IntersectVisitor in 1.2, but it doesn't
automatically load paged tiles in the way the HeightAboveTerrain
supports.

In the end though perhaps it's just time to upgrade...
HeightAboveTerrain is just one many many improvements over 1.2.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Height Above Terrain for PagedLOD node converted from Proxy node

2008-07-02 Thread Robert Osfield
2008/7/2 Kiff Loh [EMAIL PROTECTED]:
 Hi,

 I've just converted some OpenFlight files to Paged ive by replacing the
 Proxy nodes to PagedLOD nodes in the master flight, thanks to Brian Hill.
 Can anyone advise me on how do I do a terrain height query with this new
 pagedLOD database?

osgSim::HeightAboveTerrain.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org