diff --git a/src/osgPlugins/dae/daeRMaterials.cpp b/src/osgPlugins/dae/daeRMaterials.cpp index fa1f6bb3d..c362859b5 100644 --- a/src/osgPlugins/dae/daeRMaterials.cpp +++ b/src/osgPlugins/dae/daeRMaterials.cpp @@ -1150,8 +1150,8 @@ Collada 1.4.1 Specification (2nd Edition) Patch Release Notes: Revision C Releas In , , , and , the child element now has an optional opaque attribute whose valid values are: -• A_ONE (the default): Takes the transparency information from the color’s alpha channel, where the value 1.0 is opaque. -• RGB_ZERO: Takes the transparency information from the color’s red, green, and blue channels, where the value 0.0 is opaque, + A_ONE (the default): Takes the transparency information from the color’s alpha channel, where the value 1.0 is opaque. + RGB_ZERO: Takes the transparency information from the color’s red, green, and blue channels, where the value 0.0 is opaque, with each channel modulated independently. In the Specification, this is described in the “FX Reference” chapter in the common_color_or_texture_type entry, along with a description of how transparency works in the @@ -1161,10 +1161,11 @@ common_color_or_texture_type entry, along with a description of how transparency Collada Digital Asset Schema Release 1.5.0 Release Notes The element’s opaque attribute now allows, in addition to A_ONE and RGB_ZERO, the following values: -• A_ZERO: Takes the transparency information from the color’s alpha channel, where the value 0.0 is opaque. -• RGB_ONE: Takes the transparency information from the color’s red, green, and blue channels, where the value 1.0 -* is opaque, with each channel modulated independently. -* When we update to a version of the dom using that schema we will need to modify the code below + A_ZERO: Takes the transparency information from the color’s alpha channel, where the value 0.0 is opaque. + RGB_ONE: Takes the transparency information from the color’s red, green, and blue channels, where the value 1.0 + is opaque, with each channel modulated independently. + +When we update to a version of the dom using that schema we will need to modify the code below */ void daeReader::processTransparencySettings( domCommon_transparent_type *ctt,