Share

COLLADA Document Object Model (DOM)

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

support 1.4 and 1.5 in the same project?

You are viewing a single message from this topic. View all messages.

  1. 2009-06-04 11:43:24 UTC
    > Is it possible to support 1.4 and 1.5 in the same project?

    This is not officially supported.

    As DOM classes don't use namespaces there are name clashes in generated code (e.g. class domCOLLADA exists twice).

    If you build two independent DOM libs and load them at runtime, you have to implement an own mechanism to decide which lib to use for which file.

    You could open the file manually, have a look at the version or xmlns attributes and decide afterwards which DOM to use.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.