Changeset 1002

Show
Ignore:
Timestamp:
03/16/10 19:53:32 (2 years ago)
Author:
robert
Message:

Added command line usage docs for new --blending-policy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/vpb/Commandline.cpp

    r1001 r1002  
    590590    usage.addCommandLineOption("--pot ","Use power of two imagery when generating output tiles."); 
    591591    usage.addCommandLineOption("--npot","Permit use of non power of two imagery when generating output tiles."); 
     592    usage.addCommandLineOption("--blending-policy <policy>", "Set the blending policy to use on TerrainTiles.  <policy> can be INHERIT, DO_NOT_SET_BLENDING, ENABLE_BLENDING or ENABLE_BLENDING_WHEN_ALPHA_PRESENT."); 
    592593} 
    593594