Page MenuHome

Collada exporter and importer assigning specular, mirror map to incorrect textures/samplers
Needs ReviewPublic

Authored by Mark McKay (kitfox) on Jan 3 2015, 8:01 PM.

Details

Summary

At the moment, the Collada effect exporter does odd things like map the specular map to the diffuse map upon export. I've changed some of the mappings in EffectsExporter::writeTextures() to sort this out. I also made a changes in DocumentImporter::write_profile_COMMON().

Sorry for all the blank lines in the diff. My text editor is set to automatically cut out trailing whitespace.

Diff Detail

Event Timeline

Mark McKay (kitfox) retitled this revision from to Collada exporter and importer assigning specular, mirror map to incorrect textures/samplers.
Mark McKay (kitfox) updated this object.

Without checking at the functionality, you need to get rid of all non functional whitespace changes. Just make sure your editor does not auto correct them

This should be a lot cleaner.