cyrillef / FBX-glTF

FBX glTF importer/exporter plug-in and converter.
MIT License
210 stars 50 forks source link

Runtime Exception at - bRet =pExporter->Export (_scene) ; #16

Closed bharatshiyani closed 7 years ago

bharatshiyani commented 7 years ago

I am using,

Built was successful but when I run the program it throws exception at

_// The next line will call the exporter bRet =pExporter->Export (scene) ; That, fbxerror2016

Am I missing something obvious? Will I able to export glTF from FBX

bharatshiyani commented 7 years ago

I have sorted out the issue. FBX to glTF file conversion has been done. Thanks.