Files
assimp/code
Albert Wang 7d4ee98350 Adjusting the Collada Color Parser
The collada parser parses the RGB descriptor out of the
xml file, but does not use this information when constructing
the actual mColors array.

If you export a collada file with RGB colors, and then import it,
it used to create color values in the form RGBR, taking the
R component from the next color tuple instead of filling in
sensible defaults for the alpha channel.

This patch uses the information to fill each color.
2012-11-12 12:33:51 -06:00
..
2012-02-16 02:11:29 +00:00
2012-03-20 16:29:57 +00:00
2012-06-03 11:06:47 +00:00
2012-02-16 02:11:29 +00:00
2012-02-16 02:11:29 +00:00