googlearchive / tango-examples-c

JNI example projects for Project Tango [deprecated] C-API
https://developers.google.com/ar
Apache License 2.0
337 stars 204 forks source link

Obj_loader #96

Open sjfricke opened 7 years ago

sjfricke commented 7 years ago

I am trying to use the Obj_loader, but the .obj file I have gets compressed (pretty sure) when the APK builds so calling a fopen() is not able to find the file in path.

Any ideas on a work around or is this something that need to get fixed as the Texture loading uses the AAsset manager.