Verbose show face number

This commit is contained in:
Thomas FORGIONE 2017-01-19 11:52:33 +01:00
parent 556054cd9e
commit 7720dcd6ba
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def main(args):
# Load and parse the model
log('Loading model...', file=sys.stderr, end='')
model = load_model(args.input, up_conversion)
log(' done!\,Initialiazing OpenGL Context', file=sys.stderr, end='')
log(' done! (' + str(sum(map(lambda x: len(x.faces), model.parts))) + ' faces)\nInitialiazing OpenGL Context', file=sys.stderr, end='')
camera = Camera(Vector(0,0,5), Vector(0,0,0))
controls = OrbitControls()