Changeset 1002
- Timestamp:
- 03/16/10 19:53:32 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/vpb/Commandline.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/vpb/Commandline.cpp
r1001 r1002 590 590 usage.addCommandLineOption("--pot ","Use power of two imagery when generating output tiles."); 591 591 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."); 592 593 } 593 594
