KhronosGroup / OpenCOLLADA

652 stars 251 forks source link

Updated OpenCOLLADA tools here.

OpenCOLLADA

COLLADAMax and COLLADAMaya are new implementation of a 3ds Max or Maya plug-ins to export scene or parts of it to a COLLADA file, released under an MIT-license.

In contrast to other existing COLLADA exporters, these new plug-ins do not store the COLLADA document in an intermidiate data model but writes it directly to file. This leads to a dramatic reduction of memory consumption and to much better performance.

For more information about the plug-ins and how to build them, please read the README files in COLLADAMax and COLLADAMaya directories.

For information about how to build OpenCOLLADA under linux and mac OSX usings SCons, please read the BUILD file.

NOTE: The COLLADA.sln solution, contained in this directory, exists only for development purposes. To build the NextGen plug-ins, please use the solutions in the COLLADAMax and COLLADAMaya directories.

Building with CMake

Mac OS X (tested with Lion and Mountain Lion)

  1. Install cmake with command line links.
  2. some packages are required, they can be easily installed using a terminal with brew type:
  3. When using recent Xcode, install the command line tools in Prereferences -> Download -> Command Line Tools. (otherwise cmake will not be able to find out what is the compiler)
  4. Open Terminal
  5. Within the OpenCOLLADA folder (if you want to override projects in place) Type in a terminal:
    • cmake -G Xcode -DWITH_IN_SOURCE_BUILD=ON
    • If you don't want to override the projects, just type cmake -G Xcode OpenCOLLADA (Assuming your current directory is OpenCOLLADA's parent directory).

You should end up with a ready to be used OPENCOLLADA.xcodeproj.

Windows

  1. Install CMake.
  2. Create a new folder alongside this repository (not inside it), called OpenCOLLADA-cmake
  3. cd OpenCOLLADA-cmake
  4. cmake ../OpenCOLLADA
  5. Open OPENCOLLADA.sln from the new folder, and build the default startup project, ALL_BUILD.

Linux todo

Recent changes requires having C++11 enabled, thus GCC 4.7 must be installed. As an example, for Ubuntu please check this and this

Available build options and their default values

Directories

OpenCOLLADA Tools You may download binaires of OpenCOLLADA tools here.

Version/Revision

Plugin version number and Plugin Revision information have been added in element