cyrillef / FBX-glTF

FBX glTF importer/exporter plug-in and converter.
MIT License
210 stars 50 forks source link

FBX model with chinese characters fails #12

Open yomomano opened 8 years ago

yomomano commented 8 years ago

I have a FBX file with chinese node names etc. The export to glTF results in an invalid gltf file like:

{"accessors":{"Basic Wall

'Wall ' should be followed by a chinese name. Is there an easy way to add support for chinese characters? Thanks!