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
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to