Hi Saket,

It's the OS's command line parser that it expanding the wild card,
this will expand the command line with a list of files, only the first
of which will be prefixed by a -d.

I don't know of other help tools that might provide the functionality
you are after.  osgdem is just a small application on top of the vpb
library that does all the real work so you could just write you own
equivilant to osgdem and have your own custom parsing.

Robert.

On 10 January 2018 at 10:28, Saket Chawla <[email protected]> wrote:
> Hi,
>
> During my initial understanding for the command line arguments, I observed 
> that wildcard do not work in path for terrain [-d] or texture [-t] files.
> i.e. such arguments do not work -d  /path/*N15*.tiff
>
> If i use wildcard, only the first file in listing is taken up.
>
> Can someone suggest an alternate method to use for passing only a subset of 
> files from the directory which contains a large number of files?
>
> ...
>
> Thank you,
> Saket
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=72702#72702
>
>
>
>
>
> _______________________________________________
> 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

Reply via email to