标签: javascript parsing stl binary
我有一个简单的threejs viewer,它应该可以处理很大的stl文件,因此,对于超过300mb的文件,当前浏览器在解析文件中的数据时崩溃了,我当时想将文件中的数据拆分为大块,将这些块解析为不同的几何,但是捕获错误RangeError: Offset is outside the bounds of the DataView,有人可以给出建议如何修复stl二进制解析器以获取webgl上下文的完整模型数据吗?
RangeError: Offset is outside the bounds of the DataView