microsoft / glTF-Toolkit

A collection of tools for modifying and optimizing glTF assets
MIT License
295 stars 41 forks source link

Reset parser state on encountering "-share-materials" #20

Closed erikdahlstrom closed 6 years ago

erikdahlstrom commented 6 years ago

The parser would otherwise continue in whatever old state it's in, causing issues.

robertos commented 6 years ago

I'll add this fix to my current PR which has many changes to the command line parser, to simplify the conflict management.

robertos commented 6 years ago

This is now covered by #18