HI Scott,

The sizes of --tile-image-size is absolutely massive, a normal figure
would be something like 32 or 64, not 111120. The -tile-*-size
parameters controls the dimensions of the tiles, you certainly don't
want a 1111120x1111120 grid size.

Is there something in particular you are tyring to do with this high figures?

Robert.

On Thu, Mar 27, 2008 at 12:44 AM, Hulet, Scott S <[EMAIL PROTECTED]> wrote:
> Robert,
>
>         When I generate with the --tile-terrain-size --tile-image-size
>  options, I do not get any terrain relief in my output .ive files.  All
>  of the levels and triangles (mesh) are present, but all polys are in a
>  flat plane.  When I do not use these options, all is well (with the
>  exact same input source; imagery and dem).  I am using OSG 2.35 and VPB
>  0.9.6.  Note that I am using the --terrain option in both cases.
>
>         I have provided the command lines that I am using.  Excuse the
>  syntax - I'm batching osgdem with a Python system call.
>
>  NO TERRAIN RELIEF
>  -----------------
>  osgdem cmd line: os.system("\"c:/Program
>  Files/VIRTUALPLANETBUILDER/bin/osgdem\" --PagedLOD --geocentric
>  --mip-mapping-imagery--compressed --terrain --tile-terrain-size 111120
>  --tile-image-size 1024 -e " + sw_lon + ' ' + sw_lat + " 1.00 1.00 -t
>  c:/data/scratch/osg_mt_home/imagery/" + geocell + "/tifs -d
>  c:/data/scratch/osg_mt_home/dted/" + geocell + " -o " + ive_out)
>
>  EXPECTED TERRAIN RELIEF
>  -----------------------
>  osgdem cmd line: os.system("\"c:/Program
>  Files/VIRTUALPLANETBUILDER/bin/osgdem\" --PagedLOD --geocentric
>  --mip-mapping-hardware --compressed --terrain -e " + sw_lon + ' ' +
>  sw_lat + " 1.00 1.00 -t c:/data/scratch/osg_mt_home/imagery/" + geocell
>  + "/tifs -d c:/data/scratch/osg_mt_home/dted/" + geocell + " -o " +
>  ive_out)
>
>  Thanks!
>
>  Scott S. Hulet
>  Simulation Training and Support
>
>  "They never forget who they're dying for..."
>  "We can never forget who we're working for..."
>
>  Lockheed Martin Corp - STS Akron
>  1210 Massillon Road
>  Mailpoint C2E, AB-33
>  Akron, OH 44315-0001
>
>  Phone Numbers: 330.796.6616 (Desk)
>                330.796.1059 (Lab)
>                330.242.2385 (Cell)
>
>             Fax: 330.796.4050
>  _______________________________________________
>  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