pull/1042/head
indiajohnson-cm 2019-01-23 14:21:03 -05:00 zatwierdzone przez GitHub
rodzic b777d1723d
commit a937bb8265
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -218,6 +218,16 @@ def config():
help=('The maximum vertex count of the output mesh. '
'Default: %(default)s'))
parser.add_argument('--mve-output-scale',
metavar='<positive integer>',
default=1,
type=int,
help='The scale of the optimization - the '
'finest resolution of the bicubic patches will have the'
' size of the respective power of 2 (e.g. 2 will '
'optimize patches covering down to 4x4 pixels). '
'Default: %(default)s')
parser.add_argument('--mesh-octree-depth',
metavar='<positive integer>',
default=9,