Re: [osg-users] [vpb] build bluemarble with some extra data

2010-07-14 Thread Jinshan Hu
Thank you!

Cheers,
Jinshan

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=29986#29986





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [vpb] build bluemarble with some extra data

2010-07-05 Thread Robert Osfield
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


[osg-users] [vpb] build bluemarble with some extra data

2010-07-04 Thread Jinshan Hu
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