Exporting from Maya .H format

Hello, I’m new to using the PVRgeoPOD exporter for Maya 2011, and I’m curious to know if there is a way to export a mesh as a .H header file instead of the .POD format. Is this option available in the exporter dialogue window?

Specifically I’m looking to export as a C-header file.

Cheers!

When exporting instead of using the file extension .pod you can use .h which will export the pod file as a header file. The data stored in the header can then be loading into your POD scene using the ReadFromMemory function.