README 1.2 KB

12345678910111213141516171819202122
  1. COLLADA(TM) defines an XML-based schema to make it easy to transport
  2. 3D assets between applications - enabling diverse 3D authoring
  3. and content processing tools to be combined into a production
  4. pipeline. The intermediate language provides comprehensive encoding
  5. of visual scenes including: geometry, shaders and effects, physics,
  6. animation, kinematics, and even multiple version representations of
  7. the same asset.COLLADA FX enables leading 3D authoring tools to work
  8. effectively together to create shader and effects applications and
  9. assets to be authored and packaged using OpenGL(r) Language, Cg, CgFX,
  10. and DirectX(r).
  11. OpenCOLLADA provides COLLADAMax and COLLADAMaya, a new implementation
  12. of a 3ds Max or Maya plug-ins to export scene or parts of it to a
  13. COLLADA file, released under an MIT-license. In contrast to other
  14. existing COLLADA exporters, these new plug-ins do not store the
  15. COLLADA document in an intermediate data model but writes it directly
  16. to file. This leads to a dramatic reduction of memory consumption and
  17. to much better performance.
  18. This version of OpenCOLLADA uses source code version suitable for
  19. building the latest versions of Blender (2.74 & 2.75a).