COLLADA DOM: Difference between revisions
Jump to navigation
Jump to search
also put into DOM catg, sorted outside alphabet |
clean up some links, internal & external |
||
Line 1: | Line 1: | ||
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 '''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 [ | The DOM is created by [[Sony Computer Entertainment America]] using a proprietary [[code generator]] directly from the [[COLLADA schema]]. The DOM is open source and available for download on Sourceforge. | ||
==See also== | ==See also== | ||
*[[DOM guide: Introduction]] | *[[DOM guide: Introduction]] | ||
==External links== | |||
*[http://sourceforge.net/projects/collada-dom Download code on sourceforge] | |||
[[Category:COLLADA terminology]][[Category:COLLADA DOM| ]] | [[Category:COLLADA terminology]][[Category:COLLADA DOM| ]] |
Revision as of 03:05, 27 April 2007
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 proprietary code generator directly from the COLLADA schema. The DOM is open source and available for download on Sourceforge.