facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
Other
2.1k stars 332 forks source link

Don't use dynamic_cast<> #134

Closed zellski closed 6 years ago

zellski commented 6 years ago

No point in burdening users of the library with an RTTI requirement for a feature we barely use at all. Let's replace it.

zellski commented 6 years ago

Fixed in https://github.com/facebookincubator/FBX2glTF/commit/c34f861f691f66cbeff1d4c11041f366fc20a0c9.