Removed odd characters

This commit is contained in:
Robert Osfield
2014-01-08 10:24:32 +00:00
parent 91660974e2
commit 8b3a85e6bc

View File

@@ -1150,8 +1150,8 @@ Collada 1.4.1 Specification (2nd Edition) Patch Release Notes: Revision C Releas
In <blinn>, <constant>, <lambert>, and <phong>, the child element <transparent> now has an
optional opaque attribute whose valid values are:
<EFBFBD> A_ONE (the default): Takes the transparency information from the color<6F>s alpha channel, where the value 1.0 is opaque.
<EFBFBD> RGB_ZERO: Takes the transparency information from the color<6F>s red, green, and blue channels, where the value 0.0 is opaque,
A_ONE (the default): Takes the transparency information from the color<6F>s alpha channel, where the value 1.0 is opaque.
RGB_ZERO: Takes the transparency information from the color<6F>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 <20>FX Reference<63> 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 <transparent> element<6E>s opaque attribute now allows, in addition to A_ONE and RGB_ZERO, the following values:
<EFBFBD> A_ZERO: Takes the transparency information from the color<6F>s alpha channel, where the value 0.0 is opaque.
<EFBFBD> RGB_ONE: Takes the transparency information from the color<6F>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<6F>s alpha channel, where the value 0.0 is opaque.
RGB_ONE: Takes the transparency information from the color<6F>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,