I create a game application from scratch using xcode for iOS, and I use the OpenGL Game design template to create mine.
I have searched a lot in the last few days, but I canβt find any tutorials or examples of how I will upload a 3D model (via .obj files) to my application. I found the documentation on loading them into the application using the console script, but I need to do this programmatically.
Any help would be much appreciated
In addition, my 3D models are created using blender
source
share