Bugzilla – Bug 5
<profile_COMMON> example is incorrect
Last modified: 2008-06-10 12:50:21 PDT
At the end of the documentation of the <profile_COMMON> element is an example that makes incorrect usage of <param> inside <diffuse>. See the following thread for more details: https://collada.org/public_forum/viewtopic.php?p=1648&sid=19051b1f39f56457052302701402cb58#1648
Assigned.
The line <diffuse><param>myDiffuseColor</param></diffuse> needs to be changed to <diffuse><param ref="myDiffuseColor"/></diffuse>
Fixed in 1.4.1 2nd Edition spec.