"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Python script to convert an .obj to .h file that can be used in place of teapot

I am trying to create a .h from .obj file that I can use in place of Teapot.h in VuforiaSamples for iOS native using Xcode. I have found scripts that convert .obj to the .h file but the structure is not same as the Teapot.h file used in the sample. Please suggest a script that can convert .obj to .h file maintaining the same structure as the Teapot.h file of the sample.