HI Kinsung,

Add -t filename -d filename entries will add the imagery and DEMs but
you'll need make sure they have geospatial coords for them, i.e.
geotiff files so that osgdem can place the data in the correct place.

Robert.

On Sat, Jul 3, 2010 at 3:30 AM, Jinshan Hu <to...@163.com> wrote:
> I have built a earth model using this following command line:
> osgdem --bluemarble-west -t ../land_shallow_topo_west.tif \
>           --bluemarble-east -t ../land_shallow_topo_east.tif \
>           --geocentric \
>           -o earth/earth.ive
>
> How can I add some dem or image file? Can the command line bellow work?
>
> osgdem --bluemarble-west -t ../land_shallow_topo_west.tif \
>           --bluemarble-east -t ../land_shallow_topo_east.tif \
>          -t someimage1.tif  -t someimage2.tif  -d somedem1.tif -d 
> somedem2.tif \
>           --geocentric \
>           -o earth/earth.ive
>
> Thank you!
>
> Cheers,
> kinsung
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=29651#29651
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to