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 10:31 PM, Hartwig Wiesmann <[email protected]> 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 > > Unfortunately, this does not produce anything useful. So, it seems to be that > an argument is missing to create a valid database. But what argument? > Removing "--terrain" builds a valid osg::Geode base database. > > Cheers, > Hartwig > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=20986#20986 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

