ios8 - Load uncompressed collada file using iOS Scene Kit -
i need load collada file downloaded on ios, intend use scene kit it. reading documentation found out xcode compresses collada files on compilation time, , scene kit can load compressed files.
after research ran article author able find scripts xcode uses , compress files using them. problem i'm not being able run them on server.
so question is: there other way load collada files using scene kit? or there somewhere can find algorithm compression myself?
if can't upload compressed files on server , cannot convert them on fly on server, i'm afraid have manually parse collada files , instantiate scenekit objects yourself.
Comments
Post a Comment