Exporting to Collada

Issue #1 resolved
PayDay created an issue

AssimpContext.ExportFile always returns false and no file is exported when trying to export to Collada. Exporting to other file formats works.

The LogStream doesn't report anything.

A sample project is in the attachments.

Comments (5)

  1. Nicholas Woodfield repo owner

    This is an old defect, but...you need to use "collada" and not "dae" as the export format ID (assimp documentation seemed incorrect and the export format descriptor for collada has a minor corrective hack in AssimpNet). However, I added some additional logging to let the user know that the export format ID doesn't match any supported format.

  2. PayDay reporter

    Thanks, it's working. But the exporter renames all meshes, images, materials, etc... For example "MULT[HeavyInterceptorBLWing]_LOD[0]" gets "meshId2". Is there a way to keep the names?

  3. Log in to comment