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
448 stars 116 forks source link

Added support for specular shininess parameter #47

Closed jwisniewski closed 10 years ago

jwisniewski commented 10 years ago

Added support for exporting of the shininess parameter (hardness of the specular color of a material). It was not exported from an input model before.

Just one line of code changed + added some white space.

Proposed modification can be easily tested by comparing conversion of samples/cube.dae model to .g3dj before and after applying the pull request (fbx-conv cube.dae cube.g3dj)

Regards, Jarek

xoppa commented 10 years ago

Thanks!