Scroll to navigation

osgearth_atlas(1) osgearth_atlas(1)

NAME

osgearth_atlas - compile an osgEarth resource catalog into a texture atlas

SYNOPSIS


osgearth_atlas
[--build catalog.xml | --size x y | --out-image path | --aux pattern r g b a] [--show catalog.xml | --layer num | --labels | --aux pattern]

DESCRIPTION

osgearth_atlas will compile an osgEarth resource catalog into a texture atlas.

OPTIONS

Build an atlas from the catalog
Maximum size of atlas textures
Output path for the atlas image (defaults to an OSGB file in the working directory). The paths in the resulting catalog file will point to this location using a relative path if possible. Output path for the atlas image (defaults to an OSGB file in the working directory). The paths in the resulting catalog file will point to this location using a relative path if possible.
Build an auxiliary atlas for files matching the pattern "filename_pattern.ext", e.g., "texture.jpg" will match "texture_NML.jpg" for pattern = "NML". The RGBA are the default values to use when no match is found.
Display an atlas built with this tool
Show layer num of the atlas (default = 0)
Label each atlas entry
Show atlas matching this auxiliary file pattern
19 April 2019