Re: [osg-users] [vpb] how to create valid terrain database?

2009-12-08 Thread Robert Osfield
Hi Hartwig, On Mon, Dec 7, 2009 at 6:12 PM, Hartwig Wiesmann wrote: > I just added the backslashes here in the text to prevent unwanted line > breaks. The real command is written in one line with the appropriate spaces. > > So, this is not the problem! The build worked for me once I fixed the c

Re: [osg-users] [vpb] how to create valid terrain database?

2009-12-07 Thread Chris 'Xenon' Hanson
Hartwig Wiesmann wrote: > Hi Chris, > these are the recommended data from the vpb example. I probably only renamed > them. The data have been downloaded from the website mentioned in the example. > But it seems to be that there is somewhere a problem in writing the data to > the OSG files. Perhap

Re: [osg-users] [vpb] how to create valid terrain database?

2009-12-07 Thread Hartwig Wiesmann
Hi Chris, these are the recommended data from the vpb example. I probably only renamed them. The data have been downloaded from the website mentioned in the example. But it seems to be that there is somewhere a problem in writing the data to the OSG files. Perhaps a compiler flag is incorrectly

Re: [osg-users] [vpb] how to create valid terrain database?

2009-12-07 Thread Chris 'Xenon' Hanson
Hartwig Wiesmann wrote: > Hi, > I am using osgdem 0.9.10 with the following arguments: > osgdem --xx 10 --yy 10 -t ps_texture_16k.tif\ > --xx 10 --yy 10 -d ps_height_16k.tif\ > -v 0.1 --terrain -o test.osg Can you put copies of the input data somewhere I could access them and check them? -- C

Re: [osg-users] [vpb] how to create valid terrain database?

2009-12-07 Thread Hartwig Wiesmann
Hi Robert, I just added the backslashes here in the text to prevent unwanted line breaks. The real command is written in one line with the appropriate spaces. So, this is not the problem! Cheers, Hartwig -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.

Re: [osg-users] [vpb] how to create valid terrain database?

2009-12-07 Thread Robert Osfield
HI Hartwig, Your errors seems to be that your \ is concatenating the lines without any spaces so the two adjacent options can glued together so you get -d ps_height_16k.tif-v 0.1 which will of course result in the osgdem not being able to find the required files. Robert. On Sun, Dec 6, 2009 at

Re: [osg-users] [vpb] how to create valid terrain database?

2009-12-06 Thread Hartwig Wiesmann
Hi, sorry, but with "anything useful" I meant that osgviewer test.osg is not displaying anything and it seems to be that no height data is stored in the database. Thank you! Cheers, Hartwig -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=20988#

[osg-users] [vpb] how to create valid terrain database?

2009-12-06 Thread Hartwig Wiesmann
Hi, I am using osgdem 0.9.10 with the following arguments: osgdem --xx 10 --yy 10 -t ps_texture_16k.tif\ --xx 10 --yy 10 -d ps_height_16k.tif\ -v 0.1 --terrain -o test.osg Unfortunately, this does not produce anything useful. So, it seems to be that an argument is missing to create a valid data