Bugzilla – Bug 20
Lambert element definition incorrect
Last modified: 2007-11-28 18:55:27 PST
<lambert> is currently defined as "The reflected color is calculated simply as: color = emission". This appears to be a copy & paste error from <constant>. The Introduction section should also be changed.
Daniel please supply corrected text.
color = <emissive> + <ambient>* Σ(AmbientLights, LightColor) + <diffuse>* Σ(OtherLights, LightColor*max(NdotL, 0)) where OtherLights includes all other light types (point, direction, spot)
Daniel the descriptive text is also incorrect. Can you provide paragraphs for Introduction, Concepts, and Remarks?
ame as internal issue 792. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=792 *** This bug has been marked as a duplicate of bug 52 ***