How to add camera to .pod file?

I exported a obj file into pod file, Got the error when load the pod file:
[blockquote]{The scene does not contain a camera. Please add one and re-export.}[/blockquote]

How to add a camera to pod?

Hi,

Does your original OBJ model contain a camera? PVRGeoPOD will not generate a default camera, so it might be missing from the original file. You only need to edit the OBJ file with 3DSMax or Blender and add one.

Alternatively you can modify the code in your application (I assume it is one of our SDK demos) to add a custom camera instead loading it from POD.

Regards.

Carlos.