Yu Gao
Yu Gao
I also encountered the same problem and look forward to the answer
> Rendering of face mesh is absolutely wrong You can set contentMode = .aspectFill and then try again.
yes ,it crash a lot in Xcode 7. Hope somebody can fix it.
modify glTFExport.py file like this: ``` try: from PySide.QtGui import QImage, QColor, qRed, qGreen, qBlue, QImageWriter from PySide.QtCore import QByteArray except ImportError: try: from PySide2.QtGui import QImage, QColor, qRed, qGreen,...