很多人使用threejs加载三维模型都是用的jsonloader。。但是主流的三维数据格式大多数都是obj。。只有少数的软件是采用的json格式保存三维数据的。
https://stackoverflow.com/questions/53929969/how-to-use-three-jsonloader-after-r99
当你打开threejs发布的版本,你会发现最新的threejs已经发布到了R125
https://github.com/mrdoob/three.js/releases
具体原因https://github.com/mrdoob/three.js/pull/15310 geometry格式对于某些行业还是挺重要的吧?那么替代json的geoemtry格式是哪个类型呢?
BufferGeometry和Geometry有什么不同:http://www.yanhuangxueyuan.com/doc/Three.js/BufferGeometryGeometry.html