Hi JS,

On Jan 11, 2008 7:36 PM, Robert Osfield <[EMAIL PROTECTED]> wrote:
> This is almost certainly the root of the problem with the
> visualization.  I'll add some debugging into the .ive plugin to see if
> the Locator exists in the file or whether it exists but with just
> default settings.

Now done this.  The test.ive that you generated contains
osgTerrain::Locator objects, and they just contain default values, so
it looks like the source of the problem is in VPB.

The code that sets up the Locator objects can be found in
DestinationTile::createTerrainTile() method in
src/vpb/Destination.cpp.  The code all looks fine, I can't spot a code
pathway that looks like it will just assign a default Locator.

I'm stumped, I've reviewed both the DestinationTile and .ive code and
it looks fine.  Could you put a break point in createTerrainTile() and
step through the code that sets up the Locator to see if its setting
up.

Another long shot would be to run osgdem writing to .osg rather than .ive.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to