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

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

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?