cocos3d is able to directly import files formatted in the PowerVR POD file format from Imagination Technologies, the supplier of the GPU used in iOS devices. The POD format is a dense binary format, suitable for the fast loading and minimal memory requirements of a mobile device.
This article describes how to create POD files from COLLADA files for loading into cocos3d. COLLADA is an industry-standard exchange format for specifying 3D model data, and most 3D editors support exporting into the COLLADA file format. Continue reading cocos3d Importing: Converting COLLADA to POD