A tool to convert Cube Kingdom CKO models to COLLADA DAE files, suitable for use in 3D engines like Unity.
 
Go to file
Jeremy Penner 5888ab7b66 integrate with github 2013-11-22 23:21:05 -05:00
doc Initial commit 2013-11-21 09:09:02 -05:00
src/cko2dae Allow multiple materials in one geometry 2013-11-22 23:15:27 -05:00
.gitignore Initial commit 2013-11-21 09:09:02 -05:00
LICENSE Initial commit 2013-11-22 20:16:48 -08:00
README.md integrate with github 2013-11-22 23:21:05 -05:00
project.clj Initial commit 2013-11-21 09:09:02 -05:00

README.md

cko2dae

A tool to convert Cube Kingdom CKO models to COLLADA DAE files, suitable for use in 3D engines like Unity.

Installation

Download from http://example.com/FIXME.

Usage

Pass in a list of CKO files to convert on the command line.

$ java -jar cko2dae-0.1.0-standalone.jar [args]

Options

None.

Bugs

Currently textures are not supported. If you try to convert files that are not CKO files, bad things will probably happen.