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:
- Revit Structure 2014, file rst_advanced_sample_project.rvt (exported a 3D view to FBX with default settings)
- compiled glTF.exe (release x64) in VS2015 (FBX SDK 2015.1, cpprestsdk v2.8.0)
How can I find the cause of this problem? Is it the compiler, the SDK, the Revit model?
Thanks in advance for your help.
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 4I 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.