COLLADA DOM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(updated details) |
||
Line 1: | Line 1: | ||
{{product | {{product | ||
| name = COLLADA DOM | | name = COLLADA DOM | ||
| purpose = | | purpose = Low level API | ||
| last_updated = | | last_updated = December 4, 2008 | ||
| current_version = | | current_version = 2.2.0 | ||
| status = | | status = Production/Stable | ||
| os_list = | | os_list = Platform-Independent | ||
| download_url = http://sourceforge.net/project/showfiles.php?group_id=157838 | | download_url = http://sourceforge.net/project/showfiles.php?group_id=157838 | ||
| forum_url = | | forum_url = http://sourceforge.net/forum/forum.php?forum_id=531264 | ||
| bugs_url = http://sourceforge.net/tracker/?group_id=157838&atid=805424 | | bugs_url = http://sourceforge.net/tracker/?group_id=157838&atid=805424 | ||
| features_url = | | features_url = |
Revision as of 03:55, 23 April 2009
Product information |
---|
|
This article is part of the COLLADA products directory |
Adding to the list of products |
The COLLADA Document Object Model (COLLADA DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document.
The DOM is created by Sony Computer Entertainment America using a code generator directly from the COLLADA schema. The DOM is open source and available for download on Sourceforge.
See also
External links
COLLADA DOM - Version 2.4 Historical Reference |
---|
List of main articles under the DOM portal. |
User Guide chapters: • Intro • Architecture • Setting up • Working with documents • Creating docs • Importing docs • Representing elements • Working with elements • Resolving URIs • Resolving SIDs • Using custom COLLADA data • Integration templates • Error handling Systems: • URI resolver • Meta • Load/save flow • Runtime database • Memory • StringRef • Code generator |