Closed jdtec01 closed 3 years ago
Hi, it's unclear how a user of the API is meant to clean-up the object returned from ofbx::load?
ofbx::load
I would delete but the destructor is protected. Am I missing something?
Thanks
Hi, just call IScene::destroy https://github.com/nem0/OpenFBX/blob/master/src/ofbx.h#L516
IScene::destroy
Hi, it's unclear how a user of the API is meant to clean-up the object returned from
ofbx::load
?I would delete but the destructor is protected. Am I missing something?
Thanks