libgdx / fbx-conv

Command line utility using the FBX SDK to convert FBX/Collada/Obj files to a custom text/binary format for static, keyframed and skinned meshes.
Apache License 2.0
447 stars 116 forks source link

Emissive Property fix #111

Closed widavies closed 5 years ago

widavies commented 5 years ago

ONLY the emissive fix from https://github.com/libgdx/fbx-conv/pull/110 without any feature additions.

mgsx-dev commented 5 years ago

@wdavies973 nice! could you just cleanup your changes a little please ? : removing all formatting (spaces, tabs, newlines) and the #define _CRT_NO_VA_START_VALIDATION.

Your comment about the fix in the code is not necessary IMO, commit messages and PR/issue discussions already track why this change was made. :-)

Thanks again for your contribution!