DCC Tool Support

From Horde3D Wiki
Jump to: navigation, search

Textures

Horde3D can load textures from standard image formats (TGA, JPEG, PNG, BMP, PSD, HDR), so virtually any image editing software can be used to create textures. Note however, that some more exotic features of these formats like progressive JPEGs are not supported.

Besides the mentioned formats, Horde3D can directly load DDS (Direct Draw Surface) textures. DDS files can store less common texture types like cube maps or volume textures. They can also store data in a DXT compressed format which is understood directly by the graphics hardware. Since no decompression is required, loading DDS files is usually much more efficient than loading compressed JPEG or PNG images.

The following tools are especially useful for creating DDS files:


Models and Animations

Horde3D uses Collada as source format for 3d assets, so it supports a wide range of modeling applications. However, since Collada is a complex format which provides several ways to store the same data, the Collada output that a DCC tool produces may have some slight incompatibility with Horde's ColladaConv. Luckily, these problems are usually easy to fix and in fact the range of supported applications has already increased a lot over time. If you have a Collada file that is not working with Horde, feel free to give a shout in the forums.

Collada Compatibility

  • 3D Studio Max 2009 and older
    • Recommended exporter: Feeling Software ColladaMax
    • Notes:
      • Very well tested. Full support for static and skinned meshes with animations and morph targets.
      • Always enable animation sampling and triangulation in the export options.
  • 3D Studio Max 2010 and newer
    • The included Autodesk Collada Exporter works for static and skinned meshes using biped, cat-rigs, and bones. Make sure to use the latest FBX Plug-in version (latest testet version using 3DsMax 2011 is plug-in version 2012.2).
      • Successfully used exporter settings:
        Autodeskcolladaexporter.png
        (click on image to enlarge).
    • Notes:
      • Autodesk Collada Exporter PlugIn of 3D Studio Max 2011 and 3D Studio Max 2012 does't support grouped objects, you should use the OpenCOLLADA exporter below.
    • The OpenCOLLADA exporter version 1.3.1 was successfully used to export static and skinned meshes which included morphtargets on top of the skinned geometry. Small problems occurring in the morphtarget naming scheme can be solved by editing the .dea file in a texteditor.
      • Successfully used exporter settings:
        Opencollada.png
        (click on image to enlarge).
  • Maya
    • Recommended exporter: Feeling Software ColladaMaya
    • Notes:
      • ColladaMaya uses the same code base as ColladaMax (FCollada), so the support should be good as well.
  • Modo

The list above is not complete. The Collada output of many more DCC applications is supported, however someone actually working with them should please add reliable information about the level of support.

Special Exporters and Converters

In general, using Collada should be preferred over having custom exporters. The reason for this is that ColladaConv does a fair amount of data conditioning and optimization which would have to be implemented for each exporter individually. However, some modeling tools don't have proper Collada export, so custom tools are required for them.

Blender Exporter

Blender has basic support for exporting Collada but skinning and animations are not working properly. For that reason, a direct Exporter for Horde3D is available.

AC3D Converter

jimbo has written a converter to bring AC3D .ac files to the Horde3D format. The converter with full source code can be downloaded from here.