Khronos Public Bugzilla
Bug 5 - <profile_COMMON> example is incorrect
: <profile_COMMON> example is incorrect
Status: RESOLVED FIXED
Product: COLLADA
Classification: Unclassified
Component: Specification
: 1.4.1
: PC Windows
: P3 trivial
: Spec 1.4.1 2nd Ed.
Assigned To: Ellen Finch
:
: collada-fx
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-07-30 19:42 PDT by Steven Thomas
Modified: 2008-06-10 12:50 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Thomas 2006-07-30 19:42:13 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
Comment 1 Mark Barnes 2006-08-07 19:35:51 PDT
Assigned.
Comment 2 Daniel Horowitz 2007-03-29 02:14:57 PDT
The line 

<diffuse><param>myDiffuseColor</param></diffuse>

needs to be changed to 

<diffuse><param ref="myDiffuseColor"/></diffuse>
Comment 3 Ellen Finch 2008-06-10 12:50:21 PDT
Fixed in 1.4.1 2nd Edition spec.