| 91 | | Get the COLLADA_DOM from http://sourceforge.net/projects/collada-dom |
| 92 | | |
| 93 | | How to get the linking to work: |
| 94 | | |
| 95 | | This worked for me, hopefully the changes will be committed to svn soon but I'll put these notes here for now. |
| 96 | | |
| 97 | | Compile the COLLADA_DOM yourself and replace the library settings in the WIN32 section of CMakeLists.txt in the collada-plugin with |
| 98 | | ADD_DEFINITIONS(-DDOM_DYNAMIC) |
| 99 | | |
| 100 | | to use the dynamically linked version. After that just point out libcollada141dom13.lib from COLLADA_DOM in cmake and that should work. |
| | 91 | The Collada plugin is very easy to build now. Please see [wiki:Support/KnowledgeBase/Collada the Collada plugin page] for instructions. |