table of contents
other versions
osgearth_boundarygen(1) | osgearth_boundarygen(1) |
NAME¶
osgearth_boundarygen - generate boundary geometry
SYNOPSIS¶
osgearth_boundarygen
model_file [--out path | --no-geocentric |
--convex-hull | --verbose | --view]
DESCRIPTION¶
osgearth_boundarygen generates boundary geometry that you can use with an osgEarth <mask> layer in order to stich an external model into the terrain.
OPTIONS¶
- model_file
- Path to the model file
- --out path
- output file for boundary geometry (default is boundary.txt)
- --no-geocentric
- Skip geocentric reprojection (for flat databases)
- --convex-hull
- calculate a convex hull instead of a full boundary
- --verbose
- print progress to console
- --view
- show result in 3D window
11 June 2020 |