3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-13 11:51:26 +02:00

Document available bake types for baker command line

This commit is contained in:
sabrina-shanman 2019-03-12 18:33:41 -07:00
parent 7f77e163ac
commit b855b0e2a3

View file

@ -33,7 +33,7 @@ OvenCLIApplication::OvenCLIApplication(int argc, char* argv[]) :
parser.addOptions({
{ CLI_INPUT_PARAMETER, "Path to file that you would like to bake.", "input" },
{ CLI_OUTPUT_PARAMETER, "Path to folder that will be used as output.", "output" },
{ CLI_TYPE_PARAMETER, "Type of asset.", "type" },
{ CLI_TYPE_PARAMETER, "Type of asset. [model|material|js]", "type" },
{ CLI_DISABLE_TEXTURE_COMPRESSION_PARAMETER, "Disable texture compression." }
});