cocos3d Importing: Converting COLLADA to POD

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

cocos3d Development Roadmap

This post outlines the intended release of new features and functionality to cocos3d. Continue reading cocos3d Development Roadmap

cocos3d Programming Guide

The cocos3d framework is a sophisticated 3D application development framework for the iOS platform. This document describes the framework components and provides guidelines and best practices for building cocos3d iOS applications. Continue reading cocos3d Programming Guide