cyrillef / FBX-glTF

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

Opening model in lmv fails: byte length of Float32Array should be a multiple of 4 #11

Open yomomano opened 8 years ago

yomomano commented 8 years ago

I converted a sample model from Revit to FBX and converted it to glTF. When opening this model in lmv I get error:

Uncaught RangeError: byte length of Float32Array should be a multiple of 4

I used:

How can I find the cause of this problem? Is it the compiler, the SDK, the Revit model?

Thanks in advance for your help.